From 4826af059c36ea4ad81feb32b40a9fd07e36ab23 Mon Sep 17 00:00:00 2001 From: Paolo Carnevali Date: Sun, 12 May 2024 13:57:22 -0700 Subject: [PATCH] Reset the BUILD_ID for test builds after releasing 0.12.0. --- .github/workflows/Build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 1014563b..b83ed435 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -19,8 +19,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.11.1 at commit "$GITHUB_SHA - cmake .. -DBUILD_ID="Shasta Release 0.12.0" + cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.12.0 at commit "$GITHUB_SHA + # cmake .. -DBUILD_ID="Shasta Release 0.12.0" make -j 2 all make install/strip mv shasta-install shasta-Ubuntu-22.04 @@ -55,8 +55,8 @@ jobs: lsb_release -a mkdir shasta-build cd shasta-build - # cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.11.1 at commit "$GITHUB_SHA - cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta Release 0.12.0 minimal build" + cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.12.0 at commit "$GITHUB_SHA + # cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta Release 0.12.0 minimal build" make -j 2 all make install/strip mv shasta-install shasta-Ubuntu-22.04