fix(ci): LLM_LS_TARGET -> LSP_AI_TARGET

This commit is contained in:
Luc Georges 2024-06-26 14:45:08 +02:00
parent 5411b72f0d
commit 2554a4dbd6
No known key found for this signature in database
GPG Key ID: 8A2B84C1466CDF50

View File

@ -89,7 +89,7 @@ jobs:
name: dist (x86_64-unknown-linux-musl)
runs-on: ubuntu-latest
env:
LLM_LS_TARGET: x86_64-unknown-linux-musl
LSP_AI_TARGET: x86_64-unknown-linux-musl
# For some reason `-crt-static` is not working for clang without lld
RUSTFLAGS: "-C link-arg=-fuse-ld=lld -C target-feature=-crt-static"
container:
@ -99,7 +99,7 @@ jobs:
steps:
- name: Install dependencies
run: apk add --no-cache git clang clang-dev lld musl-dev nodejs npm openssl-dev pkgconfig g++ openssl-dev perl make linux-headers gcc
run: apk add --no-cache git clang lld musl-dev nodejs npm openssl-dev pkgconfig g++ openssl-dev perl make linux-headers
- name: Checkout repository
uses: actions/checkout@v4