Skip to content

Commit

Permalink
Remove LibreSSL 3.7.3 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Oct 13, 2024
1 parent 55bbc5d commit 605ad7b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 81 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/linux-builder-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,6 @@ jobs:
topic: ${{ github.repository }} scheduled job failure
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

x86-64-unknown-linux-builder-with-libressl_3_7_3:
needs:
- x86-64-unknown-linux-builder

name: Update x86-64-unknown-linux-builder-with-libressl-3.7.3
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Login to GitHub Container Registry
# v2.2.0
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
run: bash x86-64-unknown-linux-builder-with-libressl-3.7.3/build-and-push.bash
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5
with:
api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
organization-url: 'https://ponylang.zulipchat.com/'
to: notifications
type: stream
topic: ${{ github.repository }} scheduled job failure
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

x86-64-unknown-linux-builder-with-libressl_3_9_1:
needs:
- x86-64-unknown-linux-builder
Expand Down Expand Up @@ -239,7 +210,6 @@ jobs:
send-linux-builders-updated-event:
needs:
- x86-64-unknown-linux-builder
- x86-64-unknown-linux-builder-with-libressl_3_7_3
- x86-64-unknown-linux-builder-with-libressl_3_9_1
- x86-64-unknown-linux-builder-with-openssl_1_1_1w
- x86-64-unknown-linux-builder-with-openssl_3_1_3
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-libressl-3_7_3-image-builds:
name: Validate x86-64-unknown-linux-builder-with-libressl-3.7.3 Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-libressl-3.7.3/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-libressl-3_9_1-image-builds:
name: Validate x86-64-unknown-linux-builder-with-libressl-3.9.1 Docker image builds
runs-on: ubuntu-latest
Expand Down
11 changes: 0 additions & 11 deletions x86-64-unknown-linux-builder-with-libressl-3.7.3/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions x86-64-unknown-linux-builder-with-libressl-3.7.3/README.md

This file was deleted.

This file was deleted.

0 comments on commit 605ad7b

Please sign in to comment.