try to reland rustls without breaking linux arm builders See: - #24197 - #24138 Release Notes: - N/A
This commit is contained in:
parent
e506efa9bf
commit
9114ca973c
5 changed files with 98 additions and 47 deletions
|
@ -52,6 +52,8 @@ if "$rustup_installed"; then
|
|||
rustup target add "$remote_server_triple"
|
||||
fi
|
||||
|
||||
export CC=$(which clang)
|
||||
|
||||
# Build binary in release mode
|
||||
export RUSTFLAGS="${RUSTFLAGS:-} -C link-args=-Wl,--disable-new-dtags,-rpath,\$ORIGIN/../lib"
|
||||
cargo build --release --target "${target_triple}" --package zed --package cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue