ci: Disable ccache on the ci
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/lint Pipeline was successful Details

This commit is contained in:
Sameer Rahmani 2023-05-12 20:04:22 +01:00
parent 963fc89f64
commit 476e17f5d9
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 4 additions and 2 deletions

View File

@ -10,8 +10,10 @@ pipeline:
Build:
image: beta.devheroes.codes/serene/ci:9
commands:
- rm -rf /root/.serene/*
- ./builder build
# Uncomment this when running with a new toolchain for the
# first time to save up space
# - rm -rf /root/.serene/*
- ./builder build -DSERENE_DISABLE_CCACHE=ON
volumes:
- serene_config:/root/.serene/