File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export BASE_OUTDIR=${BASE_OUTDIR:-$BASE_SCRATCH_DIR/out}
6464# The folder for previous release binaries.
6565# This folder exists only on the ci guest, and on the ci host as a volume.
6666export PREVIOUS_RELEASES_DIR=${PREVIOUS_RELEASES_DIR:- $BASE_ROOT_DIR / prev_releases}
67- export CI_BASE_PACKAGES=${CI_BASE_PACKAGES:- build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake ninja-build}
67+ export CI_BASE_PACKAGES=${CI_BASE_PACKAGES:- build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build}
6868export GOAL=${GOAL:- install}
6969export DIR_QA_ASSETS=${DIR_QA_ASSETS:- ${BASE_SCRATCH_DIR} / qa-assets}
7070export CI_RETRY_EXE=${CI_RETRY_EXE:- " retry --" }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
88
99export CONTAINER_NAME=ci_native_alpine_musl
1010export CI_IMAGE_NAME_TAG=" mirror.gcr.io/alpine:3.22"
11- export CI_BASE_PACKAGES=" build-base musl-dev pkgconf curl ccache make ninja git python3 py3-pip which patch xz procps rsync util-linux bison e2fsprogs cmake dash linux-headers"
11+ export CI_BASE_PACKAGES=" build-base musl-dev pkgconf curl ccache make ninja git python3-dev py3-pip which patch xz procps rsync util-linux bison e2fsprogs cmake dash linux-headers"
1212export PIP_PACKAGES=" --break-system-packages pyzmq pycapnp"
1313export DEP_OPTS=" DEBUG=1"
1414export GOAL=" install"
You can’t perform that action at this time.
0 commit comments