mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-10-31 04:32:28 +00:00 
			
		
		
		
	Disable zstd on Windows due to issue #301
This commit is contained in:
		
							parent
							
								
									25b1a139de
								
							
						
					
					
						commit
						a8b61326cf
					
				
					 3 changed files with 16 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								dist/restore/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/restore/index.js
									
										
									
									
										vendored
									
									
								
							|  | @ -3231,6 +3231,7 @@ const core = __importStar(__webpack_require__(470)); | |||
| const exec = __importStar(__webpack_require__(986)); | ||||
| const glob = __importStar(__webpack_require__(281)); | ||||
| const io = __importStar(__webpack_require__(1)); | ||||
| const os = __importStar(__webpack_require__(87)); | ||||
| const fs = __importStar(__webpack_require__(747)); | ||||
| const path = __importStar(__webpack_require__(622)); | ||||
| const util = __importStar(__webpack_require__(669)); | ||||
|  | @ -3372,6 +3373,10 @@ function getVersion(app) { | |||
| } | ||||
| function getCompressionMethod() { | ||||
|     return __awaiter(this, void 0, void 0, function* () { | ||||
|         // Disabling zstd on Windows due to https://github.com/actions/cache/issues/301
 | ||||
|         if (os.platform() === "win32") { | ||||
|             return constants_1.CompressionMethod.Gzip; | ||||
|         } | ||||
|         const versionOutput = yield getVersion("zstd"); | ||||
|         return versionOutput.toLowerCase().includes("zstd command line interface") | ||||
|             ? constants_1.CompressionMethod.Zstd | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue