try to reland rustls without breaking linux arm builders See: - #24197 - #24138 Release Notes: - N/A
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user