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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
//!
//! Example use:
//!
//! ```ignore
//! ```sh
//! $ cat ~/.arti_testing.toml
//! [storage]
//!
+1 −0
Original line number Diff line number Diff line
@@ -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" \