Latest (updated on 2023-04-07 22:04 UTC)
Pre-release
Pre-release
COMP: Attempt to fix restoration of cache in upload job This commit is an attempt to fix errors like the following: ``` [...] Found a cache from build 718 at applauncher-build-934889f29d7d1ea60adf7b6d8844028749872863 Size: 103 MiB Cached paths: * /usr/src/AppLauncher-build Downloading cache archive... Validating cache... Download duration for cache file /tmp/cache1192561374: 2.771237192s Unarchiving cache... Skipping writing "usr/src/AppLauncher-build/" - mkdir /usr/src/AppLauncher-build: permission denied Skipping writing "usr/src/AppLauncher-build/Base/" - mkdir /usr/src/AppLauncher-build: permission denied [...] /bin/bash: line 6: cd: /usr/src/AppLauncher: No such file or directory ```