Skip to content

Commit

Permalink
Drop OpenSSL 1.1.1q builder (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Oct 22, 2023
1 parent 7e07d85 commit cbf2ed5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 110 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 @@ -106,40 +106,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-openssl_1_1_1q:
needs:
- x86-64-unknown-linux-builder

name: Update x86-64-unknown-linux-builder-with-openssl_1.1.1q
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-openssl_1.1.1q/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-openssl_1_1_1t:
needs:
- x86-64-unknown-linux-builder
Expand Down Expand Up @@ -315,7 +281,6 @@ jobs:
- x86-64-unknown-linux-builder
- 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
- x86-64-unknown-linux-builder-with-openssl_1_1_1t
- x86-64-unknown-linux-builder-with-openssl_1_1_1w
- x86-64-unknown-linux-builder-with-openssl_3_0_7
Expand Down Expand Up @@ -389,7 +354,6 @@ jobs:
- shared-docker-ci-x86-64-unknown-linux-builder
- 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
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_1.1.1t
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_1.1.1w
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.0.7
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ jobs:
- 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-openssl_1_1_1q-image-builds:
name: Validate x86-64-unknown-linux-builder-with-openssl_1.1.1q 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-openssl_1.1.1q/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-openssl_1_1_1t-image-builds:
name: Validate x86-64-unknown-linux-builder-with-openssl_1.1.1t Docker image builds
runs-on: ubuntu-latest
Expand Down
16 changes: 0 additions & 16 deletions x86-64-unknown-linux-builder-with-openssl_1.1.1q/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions x86-64-unknown-linux-builder-with-openssl_1.1.1q/README.md

This file was deleted.

This file was deleted.

0 comments on commit cbf2ed5

Please sign in to comment.