Skip to content

Commit 14d56f8

Browse files
committed
Fixed CI, maybe
1 parent 49cbf20 commit 14d56f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/build

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# The basename of our binary
44
BASE="sysbox"
55

6+
# I don't even ..
7+
go env -w GOFLAGS="-buildvcs=false"
8+
69
#
710
# We build on multiple platforms/archs
811
#

.github/run-tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
# I don't even ..
4+
go env -w GOFLAGS="-buildvcs=false"
5+
36
# Install the tools we use to test our code-quality.
47
#
58
# Here we setup the tools to install only if the "CI" environmental variable

0 commit comments

Comments
 (0)