提交 3e7f69aa 编写于 作者: R Ralf Jung

add little script to build libstd

That's easier to use than having to `cd xargo`
上级 9a9666e2
......@@ -12,9 +12,7 @@ before_script:
script:
- |
# get ourselves a MIR-ful libstd
cd xargo &&
RUSTFLAGS='-Zalways-encode-mir' xargo build &&
cd ..
xargo/build.sh
- |
# Test plain miri
cargo build &&
......
#!/bin/bash
cd "$(readlink -e "$(dirname "$0")")"
RUSTFLAGS='-Zalways-encode-mir' xargo build
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册