File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ptime -m bash ./tools/install_builder_prerequisites.sh -y
4545# Write a machine-readable file with information about our build environment for
4646# later analysis of test results.
4747#
48- jq --null-input > /work/ environment.json \
48+ jq --null-input > " $OUTPUT_DIR / environment.json" \
4949 --arg bmat_factory_name " $( bmat factory name) " \
5050 --arg bmat_factory_private " $( bmat factory private) " \
5151 ' {
Original file line number Diff line number Diff line change 2525# : name = "environment.json"
2626# : from_output = "/work/environment.json"
2727# :
28+ # : [[publish]]
29+ # : series = "build-info-helios"
30+ # : name = "crate-build-timings.json"
31+ # : from_output = "/work/crate-build-timings.json"
2832
2933exec .github/buildomat/build-and-test.sh illumos
Original file line number Diff line number Diff line change 2525# : name = "environment.json"
2626# : from_output = "/work/environment.json"
2727# :
28+ # : [[publish]]
29+ # : series = "build-info-linux"
30+ # : name = "crate-build-timings.json"
31+ # : from_output = "/work/crate-build-timings.json"
32+
2833
2934sudo apt-get install -y jq
3035exec .github/buildomat/build-and-test.sh linux
You can’t perform that action at this time.
0 commit comments