File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,10 @@ validate-source_task:
122
122
setup_script : &setup '$GOSRC/$SCRIPT_BASE/setup_environment.sh'
123
123
golangci-lint_cache :
124
124
folder : /root/.cache/golangci-lint
125
- reupload_on_changes : true
126
- fingerprint_script :
125
+ fingerprint_script : &golangci_cache_fingerprint
127
126
- go version
128
127
- grep GOLANGCI_LINT_VERSION Makefile | head -1
128
+ - date +%U
129
129
# Standard main execution stage call, used by nearly every task in CI.
130
130
main_script : &main '/usr/bin/time --verbose --output="$STATS_LOGFILE" $GOSRC/$SCRIPT_BASE/runner.sh'
131
131
@@ -331,7 +331,7 @@ freebsd_alt_build_task:
331
331
TEST_FLAVOR : " altbuild"
332
332
ALT_NAME : ' FreeBSD Cross'
333
333
freebsd_instance :
334
- image_family : freebsd-13-4
334
+ image_family : freebsd-14-3
335
335
# golangci-lint is a very, very hungry beast.
336
336
cpu : 4
337
337
memory : 8Gb
@@ -340,10 +340,7 @@ freebsd_alt_build_task:
340
340
- go version # Downloads a new go version based on go.mod's go directive.
341
341
golint_cache :
342
342
folder : ~/.cache/golangci-lint
343
- reupload_on_changes : true
344
- fingerprint_script :
345
- - go version
346
- - grep GOLANGCI_LINT_VERSION Makefile | head -1
343
+ fingerprint_script : *golangci_cache_fingerprint
347
344
lint_script :
348
345
- gmake golangci-lint
349
346
build_amd64_script :
You can’t perform that action at this time.
0 commit comments