ci: Fix libc musl not found
This commit is contained in:
parent
247088fbaf
commit
7a8df0877d
@ -30,9 +30,10 @@ testCommit:
|
|||||||
# POSTGRES_PASSWORD: $POSTGRES_PASSWORD
|
# POSTGRES_PASSWORD: $POSTGRES_PASSWORD
|
||||||
# POSTGRES_HOST_AUTH_METHOD: trust
|
# POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
script:
|
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
|
- curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
- source "$HOME/.cargo/env"
|
- 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
|
- cp .config/ci.yml .config/default.yml
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- corepack prepare pnpm@latest --activate
|
- corepack prepare pnpm@latest --activate
|
||||||
|
Loading…
Reference in New Issue
Block a user