From e9c39eefc0018167e0450f9327b6250b34e74712 Mon Sep 17 00:00:00 2001 From: Paolo Carnevali Date: Mon, 9 May 2022 11:00:03 -0700 Subject: [PATCH] Change the BUILD_ID for GitHub Actions to 0.10.0. --- .github/workflows/Build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index d1726fe2..2cd14faa 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -18,8 +18,8 @@ jobs: tar -cvf shasta-docs.tar --transform='s/docs/shastaDocs/' docs mkdir shasta-build cd shasta-build - cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA - # cmake .. -DBUILD_ID="Shasta Release 0.9.0" + # cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA + cmake .. -DBUILD_ID="Shasta Release 0.10.0" make -j 2 all make install/strip mv shasta-install shasta-Ubuntu-20.04 @@ -54,9 +54,9 @@ jobs: lsb_release -a mkdir shasta-build cd shasta-build - cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF \ - -DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA - # cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF -DBUILD_ID="Shasta Release 0.9.0 minimal build" + # cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF \ + # -DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA + cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF -DBUILD_ID="Shasta Release 0.10.0 minimal build" make -j 2 all make install/strip mv shasta-install shasta-Ubuntu-20.04 @@ -80,8 +80,8 @@ jobs: run: | mkdir shasta-build cd shasta-build - cmake .. -DBUILD_ID="Shasta unreleased test build for macOS-11 newer than release 0.9.0 at commit "$GITHUB_SHA - # cmake .. -DBUILD_ID="Shasta Release 0.9.0 for macOS-11 with Intel processors" + # cmake .. -DBUILD_ID="Shasta unreleased test build for macOS-11 newer than release 0.9.0 at commit "$GITHUB_SHA + cmake .. -DBUILD_ID="Shasta Release 0.10.0 for macOS-11 with Intel processors" make VERBOSE=1 -j 2 all make install/strip # See what libraries the executable depends on.