We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3063497 commit dd75cfeCopy full SHA for dd75cfe
build-packages.sh
@@ -3,11 +3,6 @@
3
TAG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
4
OUT_VERSION=$(echo $TAG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
5
echo $TAG_VERSION
6
-=======
7
-ORIG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
8
-OUT_VERSION=$(echo $ORIG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
9
-echo $ORIG_VERSION
10
->>>>>>> Stashed changes
11
12
# Disable FIPS module in go-boring
13
export GOEXPERIMENT=noboringcrypto
0 commit comments