CI: Updathe the image to v9
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-04 01:23:41 +00:00
parent 80f074e70d
commit 1205146349
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
3 changed files with 9 additions and 4 deletions

View File

@ -1,10 +1,11 @@
pipeline:
Prepare:
image: beta.devheroes.codes/serene/ci:8
image: beta.devheroes.codes/serene/ci:9
commands:
- pwd
- ./builder deps pull toolchain
- ./builder deps pull bdwgc
- export SERENE_ROOT=$(pwd)
- source activate
- ./builder build

View File

@ -8,7 +8,7 @@ clone:
pipeline:
Linters:
image: beta.devheroes.codes/serene/ci:8
image: beta.devheroes.codes/serene/ci:9
commands:
- ./builder setup
- export FILES="$(git diff --name-only HEAD HEAD~1)"

View File

@ -77,8 +77,12 @@ deactivate () {
deactivate nondestructive
ME=$(cd "$(dirname "$0")/." >/dev/null 2>&1 ; pwd -P)
echo ">> $ME -- $( dirname "${BASH_SOURCE[0]}" )"
source "$ME/config"
if [[ "$0" -eq "bash" ]]; then
source "./config"
else
source "$ME/config"
fi
info "Activating LLVM version '$(get_version $LLVM_DIR)'"
info "Activating BDWGC version '$(get_version $BDWGC_SOURCE_DIR)'"