We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cbf20 commit 14d56f8Copy full SHA for 14d56f8
.github/build
@@ -3,6 +3,9 @@
3
# The basename of our binary
4
BASE="sysbox"
5
6
+# I don't even ..
7
+go env -w GOFLAGS="-buildvcs=false"
8
+
9
#
10
# We build on multiple platforms/archs
11
.github/run-tests.sh
@@ -1,5 +1,8 @@
1
#!/bin/sh
2
# Install the tools we use to test our code-quality.
# Here we setup the tools to install only if the "CI" environmental variable
0 commit comments