Skip to content

Commit

Permalink
Auto merge of #135 - japaric:compiler-builtins, r=japaric
Browse files Browse the repository at this point in the history
compile compiler-builtins test suite with the "mangled-names" feature enabled

otherwise we run into linking errors (due to multiple codegen units?)
  • Loading branch information
homunkulus committed Oct 8, 2017
2 parents 2310460 + fb93d9e commit 7483853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ main() {
https://github.com/japaric/cortest $td

pushd $td
cross run --target $TARGET --example hello
cross run --target $TARGET --example hello --release
popd

rm -rf $td
Expand Down Expand Up @@ -114,7 +114,7 @@ EOF
pushd $td
cross test \
--no-default-features \
--features gen-tests \
--features "gen-tests mangled-names" \
--target $TARGET
popd

Expand Down

0 comments on commit 7483853

Please sign in to comment.