Skip to content

Commit

Permalink
site: upgrade to use testscript v1.11.0
Browse files Browse the repository at this point in the history
We set Preprocessor-No-Write-Cache in order to cut out all the noise
from gen_cache.cue invalidations.

Preprocessor-No-Write-Cache: true
Signed-off-by: Paul Jolly <[email protected]>
Change-Id: If65c23e855d6c5eb92a437538d21b2f942fe10b2
Dispatch-Trailer: {"type":"trybot","CL":1176667,"patchset":2,"ref":"refs/changes/67/1176667/2","targetBranch":"alpha"}
  • Loading branch information
myitcv authored and cueckoo committed Feb 10, 2024
1 parent 69e023d commit 15dec42
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion internal/cmd/preprocessor/cmd/_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN \
--mount=type=cache,target=/cache/gocache \
--mount=type=cache,target=/cache/gomodcache \
export GOCACHE=/cache/gocache GOMODCACHE=/cache/gomodcache && \
go install -trimpath github.com/rogpeppe/go-internal/cmd/testscript@v1.10.0
go install -trimpath github.com/rogpeppe/go-internal/cmd/testscript@v1.11.0

RUN \
--mount=type=cache,target=/cache/gocache \
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/preprocessor/cmd/gen_dockerimagetag.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ package site
page: {
cache: {
upload: {
"upload-some-cue": "t/8R3MZfp5S6nxeKI70M8H6MdN8p7cKi1oOW1voagYs="
"upload-some-json": "mkNH3AVYAkyyKFxushsZAnGz7KDVdwl6hMrDwFfjPTk="
"in-subdir": "B1oj6XGAl7FLEJOJCJXxlVOgSrdj0t3wbCXE69sjqd0="
"upload-some-cue": "0eglyxDmF7Aa2cLdeejR7/RmnFeqdT8xc2BmJ1pXZ64="
"upload-some-json": "3ASv2z3qO/8DOMBfc7bUL77Kqpbe8E5BV9or116S1yI="
"in-subdir": "Zwiy4x77+BFu61goz1QtYAalWU2pz5BnNGntPD/6asM="
}
multi_step: {
"GVBC7PRFLAQ3RF3LB8DNFP52PJ2IT78LNI417RMB57LF3K8P1C70====": [{
"377NPLQLLSANR3SP4BDR88KQU32BUBAPDARQ3K4LHMK8MF2VI6F0====": [{
doc: """
# script doc comment
#scripttag
Expand Down
2 changes: 1 addition & 1 deletion site.cue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ versions: {
go: "go1.22.0"
bareGoVersion: strings.TrimPrefix(go, "go")
cue: "v0.8.0-0.dev.0.20240210175433-b460e71a6f24"
testscript: "v1.10.0"
testscript: "v1.11.0"
}

// _contentDefaults is a recursive template for setting defaults
Expand Down

0 comments on commit 15dec42

Please sign in to comment.