Skip to content

Commit 051a67c

Browse files
authored
Drop x86-64-unknown-linux-builder-with-openssl_3.4.1 (#125)
Removes the oldest OpenSSL 3.x builder to stay within the 2-per-series limit following the addition of standard-builder-with-openssl-3.6.2. OpenSSL 3.6.0 and 3.6.2 remain available.
1 parent ef57444 commit 051a67c

5 files changed

Lines changed: 0 additions & 98 deletions

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ jobs:
6565
- name: Docker build
6666
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-openssl_1.1.1w/Dockerfile ."
6767

68-
validate-x86-64-unknown-linux-builder-with-openssl_3_4_1-image-builds:
69-
name: Validate x86-64-unknown-linux-builder-with-openssl_3.4.1 Docker image builds
70-
runs-on: ubuntu-latest
71-
steps:
72-
- uses: actions/checkout@v6.0.2
73-
- name: Docker build
74-
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-openssl_3.4.1/Dockerfile ."
75-
7668
validate-standard-builder-builds:
7769
name: Validate standard builder image builds
7870
runs-on: ubuntu-latest

.github/workflows/rebuild-ponyc-based-images.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -562,39 +562,6 @@ jobs:
562562
topic: ${{ github.repository }} scheduled job failure
563563
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.
564564

565-
x86-64-unknown-linux-builder-with-openssl_3_4_1:
566-
needs:
567-
- standard-builder
568-
569-
name: Update x86-64-unknown-linux-builder-with-openssl_3.4.1
570-
runs-on: ubuntu-latest
571-
572-
concurrency:
573-
group: x86-64-unknown-linux-builder-with-openssl_3_4_1
574-
cancel-in-progress: true
575-
576-
steps:
577-
- uses: actions/checkout@v6.0.2
578-
- name: Login to GitHub Container Registry
579-
# v2.2.0
580-
uses: docker/login-action@v4
581-
with:
582-
registry: ghcr.io
583-
username: ${{ github.repository_owner }}
584-
password: ${{ secrets.GITHUB_TOKEN }}
585-
- name: Build and push
586-
run: bash x86-64-unknown-linux-builder-with-openssl_3.4.1/build-and-push.bash
587-
- name: Send alert on failure
588-
if: ${{ failure() }}
589-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5
590-
with:
591-
api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
592-
email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
593-
organization-url: 'https://ponylang.zulipchat.com/'
594-
to: notifications
595-
type: stream
596-
topic: ${{ github.repository }} scheduled job failure
597-
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.
598565

599566

600567
send-builders-updated-event:
@@ -607,7 +574,6 @@ jobs:
607574
- merge-standard-builder-with-openssl_3_6_2
608575
- x86-64-unknown-linux-builder-with-libressl_3_9_2
609576
- x86-64-unknown-linux-builder-with-openssl_1_1_1w
610-
- x86-64-unknown-linux-builder-with-openssl_3_4_1
611577

612578
name: Send 'shared-docker-linux-builders-updated' event
613579
runs-on: ubuntu-latest
@@ -744,7 +710,6 @@ jobs:
744710
- shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.9.2
745711
- shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-4.0.0
746712
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_1.1.1w
747-
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.4.1
748713

749714
steps:
750715
- name: Prune

x86-64-unknown-linux-builder-with-openssl_3.4.1/Dockerfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

x86-64-unknown-linux-builder-with-openssl_3.4.1/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

x86-64-unknown-linux-builder-with-openssl_3.4.1/build-and-push.bash

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)