Skip to content

Commit

Permalink
Merge rust-lang#39
Browse files Browse the repository at this point in the history
39: Turn off default PIE in CI. r=ltratt a=vext01



Co-authored-by: Edd Barrett <vext01@gmail.com>
  • Loading branch information
bors[bot] and vext01 committed Aug 12, 2022
2 parents 1acfb8a + 2fa4e8f commit 9a27a07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ INST_DIR=`pwd`/inst

mkdir -p build
cd build
# Disabling default PIE due to:
# https://github.com/llvm/llvm-project/issues/57085
cmake -DCMAKE_INSTALL_PREFIX=${INST_DIR} \
-DLLVM_INSTALL_UTILS=On \
-DCMAKE_BUILD_TYPE=release \
-DLLVM_ENABLE_ASSERTIONS=On \
-DLLVM_ENABLE_PROJECTS="lld;clang" \
-DCLANG_DEFAULT_PIE_ON_LINUX=OFF \
../llvm
make -j `nproc` install

Expand Down

0 comments on commit 9a27a07

Please sign in to comment.