Skip to content

Commit 7862e15

Browse files
committed
Add more properties to Entry
1 parent a65d95f commit 7862e15

8 files changed

Lines changed: 5679 additions & 38 deletions

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ image_8_4_release_zts := _base + `grep '8.4-release-zts:' .github/docker-image-s
1919
image_8_5_debug := _base + `grep '8.5-debug:' .github/docker-image-shas.yml | cut -d'"' -f2`
2020
image_8_5_release_zts := _base + `grep '8.5-release-zts:' .github/docker-image-shas.yml | cut -d'"' -f2`
2121

22-
_run := "docker run --rm --entrypoint bash -v \"$PWD:/src:ro\" --tmpfs /overlay:exec,size=1g --cap-add SYS_ADMIN -w /workspace --user root"
22+
_run := "docker run --rm --entrypoint bash -v \"$PWD:/src:ro\" --tmpfs /overlay:exec,size=1g --privileged -w /workspace --user root"
2323
_cmd := "-c 'mkdir -p /overlay/upper /overlay/work /workspace && mount -t overlay overlay -o lowerdir=/src,upperdir=/overlay/upper,workdir=/overlay/work /workspace && cd /workspace && .github/scripts/build-and-test.sh'"
2424

2525
# ── Default ───────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)