Skip to content

Commit

Permalink
Drop LibreSSL 3.5.3 builder (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Oct 22, 2023
1 parent a13f33e commit 0c75863
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 105 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/linux-builder-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,40 +38,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_5_3:
needs:
- x86-64-unknown-linux-builder

name: Update x86-64-unknown-linux-builder-with-libressl-3.5.3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to DockerHub
run: docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
- name: Login to GitHub Container Registry
# v2.2.0
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
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.5.3/build-and-push.bash
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4
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_7_2:
needs:
- x86-64-unknown-linux-builder
Expand Down Expand Up @@ -313,7 +279,6 @@ jobs:
send-linux-builders-updated-event:
needs:
- x86-64-unknown-linux-builder
- x86-64-unknown-linux-builder-with-libressl_3_5_3
- x86-64-unknown-linux-builder-with-libressl_3_7_2
- x86-64-unknown-linux-builder-with-libressl_3_7_3
- x86-64-unknown-linux-builder-with-openssl_1_1_1q
Expand Down Expand Up @@ -387,7 +352,6 @@ jobs:
matrix:
image:
- shared-docker-ci-x86-64-unknown-linux-builder
- shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.5.3
- shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.2
- shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.3
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_1.1.1q
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,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_5_3-image-builds:
name: Validate x86-64-unknown-linux-builder-with-libressl-3.5.3 Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-libressl-3.5.3/Dockerfile ."

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

This file was deleted.

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

This file was deleted.

This file was deleted.

0 comments on commit 0c75863

Please sign in to comment.