-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verified the commit is complete locally with: go generate ./... ./_scripts/buildDockerImage.bash ./_scripts/runPreprocessor.bash execute --update CUE_UPDATE=1 go test -run TestScripts/execute_multistagescript ./internal/cmd/preprocessor/cmd go test ./... We set Preprocessor-No-Write-Cache in order that we don't lose real diffs in a see of gen_cache.cue updates. Preprocessor-No-Write-Cache: true Signed-off-by: Paul Jolly <[email protected]> Change-Id: I0b47cb3b4f1776c49c12b436d49e14c343a50cca Dispatch-Trailer: {"type":"trybot","CL":1176776,"patchset":3,"ref":"refs/changes/76/1176776/3","targetBranch":"alpha"}
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,14 +19,14 @@ RUN \ | |
--mount=type=cache,target=/cache/gocache \ | ||
--mount=type=cache,target=/cache/gomodcache \ | ||
export GOCACHE=/cache/gocache GOMODCACHE=/cache/gomodcache && \ | ||
go install -trimpath cuelang.org/go/cmd/[email protected].20240210175433-b460e71a6f24 | ||
go install -trimpath cuelang.org/go/cmd/[email protected].20240212172658-e69d89310e52 | ||
|
||
FROM golang:1.22.0 | ||
|
||
RUN mkdir -p /go/bin | ||
|
||
ENV PATH="/go/bin:/usr/local/go/bin:${PATH}" | ||
ENV CUE_VERSION="v0.8.0-0.dev.0.20240210175433-b460e71a6f24" | ||
ENV CUE_VERSION="v0.8.0-0.dev.0.20240212172658-e69d89310e52" | ||
|
||
WORKDIR / | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Code generated site_tool.cue; DO NOT EDIT. | ||
|
||
export const CUEVersion = 'v0.8.0-0.dev.0.20240210175433-b460e71a6f24'; | ||
export const CUEVersion = 'v0.8.0-0.dev.0.20240212172658-e69d89310e52'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters