mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 10:24:19 +08:00 
			
		
		
		
	Add -P flag for tar creation
This commit is contained in:
		
							parent
							
								
									e5370355e6
								
							
						
					
					
						commit
						a4e3c3b64e
					
				| @ -73,6 +73,7 @@ test("create tar", async () => { | |||||||
|             "-cz", |             "-cz", | ||||||
|             "-f", |             "-f", | ||||||
|             CacheFilename, |             CacheFilename, | ||||||
|  |             "-P", | ||||||
|             "-C", |             "-C", | ||||||
|             workspace, |             workspace, | ||||||
|             "--files-from", |             "--files-from", | ||||||
|  | |||||||
							
								
								
									
										9
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							| @ -2182,12 +2182,12 @@ var __importStar = (this && this.__importStar) || function (mod) { | |||||||
| }; | }; | ||||||
| Object.defineProperty(exports, "__esModule", { value: true }); | Object.defineProperty(exports, "__esModule", { value: true }); | ||||||
| const core = __importStar(__webpack_require__(470)); | const core = __importStar(__webpack_require__(470)); | ||||||
| const fs = __importStar(__webpack_require__(747)); |  | ||||||
| const crypto = __importStar(__webpack_require__(417)); |  | ||||||
| const http_client_1 = __webpack_require__(539); | const http_client_1 = __webpack_require__(539); | ||||||
| const auth_1 = __webpack_require__(226); | const auth_1 = __webpack_require__(226); | ||||||
| const utils = __importStar(__webpack_require__(443)); | const crypto = __importStar(__webpack_require__(417)); | ||||||
|  | const fs = __importStar(__webpack_require__(747)); | ||||||
| const constants_1 = __webpack_require__(694); | const constants_1 = __webpack_require__(694); | ||||||
|  | const utils = __importStar(__webpack_require__(443)); | ||||||
| const versionSalt = "1.0"; | const versionSalt = "1.0"; | ||||||
| function isSuccessStatusCode(statusCode) { | function isSuccessStatusCode(statusCode) { | ||||||
|     if (!statusCode) { |     if (!statusCode) { | ||||||
| @ -3185,8 +3185,8 @@ var __importStar = (this && this.__importStar) || function (mod) { | |||||||
| }; | }; | ||||||
| Object.defineProperty(exports, "__esModule", { value: true }); | Object.defineProperty(exports, "__esModule", { value: true }); | ||||||
| const core = __importStar(__webpack_require__(470)); | const core = __importStar(__webpack_require__(470)); | ||||||
| const io = __importStar(__webpack_require__(1)); |  | ||||||
| const glob = __importStar(__webpack_require__(281)); | const glob = __importStar(__webpack_require__(281)); | ||||||
|  | const io = __importStar(__webpack_require__(1)); | ||||||
| const fs = __importStar(__webpack_require__(747)); | const fs = __importStar(__webpack_require__(747)); | ||||||
| const path = __importStar(__webpack_require__(622)); | const path = __importStar(__webpack_require__(622)); | ||||||
| const util = __importStar(__webpack_require__(669)); | const util = __importStar(__webpack_require__(669)); | ||||||
| @ -5016,6 +5016,7 @@ function createTar(archiveFolder, sourceDirectories) { | |||||||
|             "-cz", |             "-cz", | ||||||
|             "-f", |             "-f", | ||||||
|             constants_1.CacheFilename, |             constants_1.CacheFilename, | ||||||
|  |             "-P", | ||||||
|             "-C", |             "-C", | ||||||
|             workingDirectory, |             workingDirectory, | ||||||
|             "--files-from", |             "--files-from", | ||||||
|  | |||||||
							
								
								
									
										9
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							| @ -2182,12 +2182,12 @@ var __importStar = (this && this.__importStar) || function (mod) { | |||||||
| }; | }; | ||||||
| Object.defineProperty(exports, "__esModule", { value: true }); | Object.defineProperty(exports, "__esModule", { value: true }); | ||||||
| const core = __importStar(__webpack_require__(470)); | const core = __importStar(__webpack_require__(470)); | ||||||
| const fs = __importStar(__webpack_require__(747)); |  | ||||||
| const crypto = __importStar(__webpack_require__(417)); |  | ||||||
| const http_client_1 = __webpack_require__(539); | const http_client_1 = __webpack_require__(539); | ||||||
| const auth_1 = __webpack_require__(226); | const auth_1 = __webpack_require__(226); | ||||||
| const utils = __importStar(__webpack_require__(443)); | const crypto = __importStar(__webpack_require__(417)); | ||||||
|  | const fs = __importStar(__webpack_require__(747)); | ||||||
| const constants_1 = __webpack_require__(694); | const constants_1 = __webpack_require__(694); | ||||||
|  | const utils = __importStar(__webpack_require__(443)); | ||||||
| const versionSalt = "1.0"; | const versionSalt = "1.0"; | ||||||
| function isSuccessStatusCode(statusCode) { | function isSuccessStatusCode(statusCode) { | ||||||
|     if (!statusCode) { |     if (!statusCode) { | ||||||
| @ -3185,8 +3185,8 @@ var __importStar = (this && this.__importStar) || function (mod) { | |||||||
| }; | }; | ||||||
| Object.defineProperty(exports, "__esModule", { value: true }); | Object.defineProperty(exports, "__esModule", { value: true }); | ||||||
| const core = __importStar(__webpack_require__(470)); | const core = __importStar(__webpack_require__(470)); | ||||||
| const io = __importStar(__webpack_require__(1)); |  | ||||||
| const glob = __importStar(__webpack_require__(281)); | const glob = __importStar(__webpack_require__(281)); | ||||||
|  | const io = __importStar(__webpack_require__(1)); | ||||||
| const fs = __importStar(__webpack_require__(747)); | const fs = __importStar(__webpack_require__(747)); | ||||||
| const path = __importStar(__webpack_require__(622)); | const path = __importStar(__webpack_require__(622)); | ||||||
| const util = __importStar(__webpack_require__(669)); | const util = __importStar(__webpack_require__(669)); | ||||||
| @ -4993,6 +4993,7 @@ function createTar(archiveFolder, sourceDirectories) { | |||||||
|             "-cz", |             "-cz", | ||||||
|             "-f", |             "-f", | ||||||
|             constants_1.CacheFilename, |             constants_1.CacheFilename, | ||||||
|  |             "-P", | ||||||
|             "-C", |             "-C", | ||||||
|             workingDirectory, |             workingDirectory, | ||||||
|             "--files-from", |             "--files-from", | ||||||
|  | |||||||
| @ -59,6 +59,7 @@ export async function createTar( | |||||||
|         "-cz", |         "-cz", | ||||||
|         "-f", |         "-f", | ||||||
|         CacheFilename, |         CacheFilename, | ||||||
|  |         "-P", | ||||||
|         "-C", |         "-C", | ||||||
|         workingDirectory, |         workingDirectory, | ||||||
|         "--files-from", |         "--files-from", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Josh Gross
						Josh Gross