fix: Use chmod inside the CCACHE directory

If we need to replace the docker image for any reason, the user will
(probably) be different. This ensures that the CCACHE directory can be
read and writen by any user of the docker image being used in the CI.
This commit is contained in:
Fijxu 2024-03-14 20:32:16 -03:00
parent 90ab1c3882
commit 44a2e172ed
No known key found for this signature in database
GPG key ID: 32C1DDF333EDA6A4

View file

@ -37,6 +37,7 @@ build-linux:
- $CACHE_DIR
before_script:
- mkdir -p $CACHE_DIR
- chmod -R 777 $CACHE_DIR
- ls -la $CACHE_DIR
variables:
GIT_SUBMODULE_STRATEGY: recursive