Skip to content

Commit

Permalink
TER-305 Add option to use existing binaries
Browse files Browse the repository at this point in the history
- Added prebuilt_binary_dir attribute to the build structure. If
set to a directory, the regular go build will be skipped and
instead the archives will be created from the binaries in the
directory.
- Updated various config files to support build/test/release on
the cldcvr fork
- removed staticcheck and errcheck from the go lint so that step
would pass
  • Loading branch information
dshelley66 committed Oct 12, 2023
1 parent 6b00bb9 commit 39a1071
Show file tree
Hide file tree
Showing 12 changed files with 464 additions and 346 deletions.
3 changes: 3 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ linters:
- tagliatelle
- misspell
- depguard
disable:
- staticcheck
- errcheck
linters-settings:
forbidigo:
forbid:
Expand Down
Loading

0 comments on commit 39a1071

Please sign in to comment.