Skip to content
Snippets Groups Projects
Commit 5e586480 authored by trinity-1686a's avatar trinity-1686a
Browse files

fix reproducible build summary giving invalid branch and commit id

fix #378
also fix unrelated error in nightly rustdoc CI
parent 8d26726f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
//!
//! Example use:
//!
//! ```ignore
//! ```sh
//! $ cat ~/.arti_testing.toml
//! [storage]
//!
......
......@@ -93,6 +93,7 @@ EOF
UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh
# copy it to gitlab build-dir so it may get cached
cp -r /arti/osxcross "$here"
cd ..
fi
PATH="/arti/osxcross/target/bin:$PATH" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment