Skip to content

Commit

Permalink
Fixed CI, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed May 13, 2023
1 parent 49cbf20 commit 14d56f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# The basename of our binary
BASE="sysbox"

# I don't even ..
go env -w GOFLAGS="-buildvcs=false"

#
# We build on multiple platforms/archs
#
Expand Down
3 changes: 3 additions & 0 deletions .github/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# I don't even ..
go env -w GOFLAGS="-buildvcs=false"

# Install the tools we use to test our code-quality.
#
# Here we setup the tools to install only if the "CI" environmental variable
Expand Down

0 comments on commit 14d56f8

Please sign in to comment.