Skip to content

Commit 1932a87

Browse files
committed
GHA/build: drop minimal builds [ci skip]
In -dev builds trurl is now built automatically with a minimal curl configuration (in addition to the normal standard one), making these explicit minimal builds redundant. The trurl curl configuration isn't exactly this, but close enough: deleted: -werror-unitybatch-prefill-zero -osnotls-osnoidn-nohttp-nocurltool trurl: -nounity -zero-imap-osnotls-osnoidn-nohttp-nocurltool
1 parent 969fc79 commit 1932a87

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -157,34 +157,6 @@ jobs:
157157
*-*-linux*.*
158158
urls.txt
159159
160-
linux-glibc-debian-testing-gcc-minimal:
161-
name: 'linux-glibc-debian-testing-gcc-minimal'
162-
runs-on: 'ubuntu-latest'
163-
timeout-minutes: 30
164-
steps:
165-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
166-
with:
167-
persist-credentials: false
168-
fetch-depth: '300'
169-
- name: 'build'
170-
env:
171-
COSIGN_PKG_GPG_PASS: '${{ secrets.COSIGN_PKG_GPG_PASS }}'
172-
COSIGN_PKG_KEY_PASS: '${{ secrets.COSIGN_PKG_KEY_PASS }}'
173-
run: |
174-
export CW_CONFIG="${GITHUB_REF_NAME}-werror-unitybatch-prefill-zero-osnotls-osnoidn-nohttp-nocurltool-linux-x64-gcc"
175-
export CW_REVISION="${GITHUB_SHA}"
176-
. ./_versions.sh
177-
export CW_GCCSUFFIX='-14'
178-
sudo podman image trust set --type reject default
179-
sudo podman image trust set --type accept docker.io/library
180-
time podman pull "${OCI_IMAGE_DEBIAN_TESTING}"
181-
podman images --digests
182-
time podman run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
183-
--env-file <(env | grep -a -E \
184-
'^(CW_|COSIGN_|GITHUB_|DO_NOT_TRACK)') \
185-
"${OCI_IMAGE_DEBIAN_TESTING}" \
186-
sh -c ./_ci-linux-debian.sh
187-
188160
linux-glibc-debian-stable-llvm:
189161
name: 'linux-glibc-debian-stable-llvm'
190162
runs-on: 'ubuntu-latest'
@@ -451,33 +423,6 @@ jobs:
451423
*-*-linux*.*
452424
urls.txt
453425
454-
linux-musl-alpine-llvm-minimal:
455-
name: 'linux-musl-alpine-llvm-minimal'
456-
runs-on: 'ubuntu-latest'
457-
timeout-minutes: 5
458-
steps:
459-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
460-
with:
461-
persist-credentials: false
462-
fetch-depth: '300'
463-
- name: 'build'
464-
env:
465-
COSIGN_PKG_GPG_PASS: '${{ secrets.COSIGN_PKG_GPG_PASS }}'
466-
COSIGN_PKG_KEY_PASS: '${{ secrets.COSIGN_PKG_KEY_PASS }}'
467-
run: |
468-
export CW_CONFIG="${GITHUB_REF_NAME}-werror-unitybatch-prefill-zero-osnotls-osnoidn-nohttp-nocurltool-linux"
469-
export CW_REVISION="${GITHUB_SHA}"
470-
. ./_versions.sh
471-
sudo podman image trust set --type reject default
472-
sudo podman image trust set --type accept docker.io/library
473-
time podman pull "${OCI_IMAGE_ALPINE_LATEST}"
474-
podman images --digests
475-
time podman run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
476-
--env-file <(env | grep -a -E \
477-
'^(CW_|COSIGN_|GITHUB_|DO_NOT_TRACK)') \
478-
"${OCI_IMAGE_ALPINE_LATEST}" \
479-
sh -c 'apk add --no-cache bash && ./_ci-linux-alpine.sh'
480-
481426
linux-musl-alpine-gcc:
482427
name: 'linux-musl-alpine-gcc'
483428
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)