Skip to content

Commit

Permalink
ci-builder: remove RUSTDOCFLAGS linker setting
Browse files Browse the repository at this point in the history
The upstream issue, rust-lang/cargo#7529, was fixed.
  • Loading branch information
benesch committed Sep 21, 2020
1 parent a65697c commit 936896b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ ENV TARGET_CC=$CC
ENV TARGET_CXX=$CXX
ENV PATH=/opt/x-tools/x86_64-unknown-linux-gnu/bin:$PATH
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-unknown-linux-gnu-cc
# https://github.com/rust-lang/cargo/issues/7529
ENV RUSTDOCFLAGS="-C linker=x86_64-unknown-linux-gnu-cc"

# Step 2i. Set a environment variable that tools can check to see if they're in
# the builder or not.
Expand Down

0 comments on commit 936896b

Please sign in to comment.