Compare commits
1 Commits
417f142a9f
...
6b9827a618
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b9827a618 |
@@ -123,8 +123,9 @@ alpine. We provide:
|
|||||||
- `script/check` — run all checks: `test`, `lint`, `fmt-check` (our own
|
- `script/check` — run all checks: `test`, `lint`, `fmt-check` (our own
|
||||||
extension)
|
extension)
|
||||||
- `script/docker` — build the Docker image, tagged via `script/projectname`
|
- `script/docker` — build the Docker image, tagged via `script/projectname`
|
||||||
(byte-identical across repos)
|
(byte-identical across repos); passes the same `CHECK_EPOCH` nonce as
|
||||||
- `script/cibuild` — cd to the repo root and
|
`script/cibuild`
|
||||||
|
- `script/cibuild` — cd to the repo root, assign `epoch="$(date +%s%N)$$"`, then
|
||||||
`docker build --build-arg CHECK_EPOCH="$epoch" .` (what CI runs; the image
|
`docker build --build-arg CHECK_EPOCH="$epoch" .` (what CI runs; the image
|
||||||
build runs `script/check`, and the per-invocation `CHECK_EPOCH` nonce is what
|
build runs `script/check`, and the per-invocation `CHECK_EPOCH` nonce is what
|
||||||
stops Docker serving that check from cache on an unchanged tree — a bare
|
stops Docker serving that check from cache on an unchanged tree — a bare
|
||||||
|
|||||||
Reference in New Issue
Block a user