Merge branch 'Marie-develop-patch-28593' into 'develop'

ci: Fix libc musl not found

See merge request firefish/firefish!10562
This commit is contained in:
Kainoa Kanter 2023-08-12 15:29:20 +00:00
commit a4d00bd630

View file

@ -30,9 +30,10 @@ testCommit:
# POSTGRES_PASSWORD: $POSTGRES_PASSWORD
# POSTGRES_HOST_AUTH_METHOD: trust
script:
- apt-get update && apt-get install -y git wget curl build-essential python3
- apt-get update && apt-get install -y git wget curl build-essential python3 musl
- curl https://sh.rustup.rs -sSf | sh -s -- -y
- source "$HOME/.cargo/env"
- ln -s /lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
- cp .config/ci.yml .config/default.yml
- corepack enable
- corepack prepare pnpm@latest --activate