Skip to content

Commit

Permalink
repo: Remove toolchain regeneration
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Sep 12, 2024
1 parent ce18fc6 commit 00acb2e
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 14,720 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ on:
distro:
type: string
required: true
test_toolchain:
type: boolean
default: false

host_platform:
type: string
Expand Down Expand Up @@ -72,23 +69,3 @@ jobs:
PUSH_GCR_IMAGE: ${{ inputs.gcr_push }}
GCR_IMAGE_NAME: ${{ inputs.gcr_name }}
LOAD_IMAGE: ${{ github.event_name == 'pull_request' && 'true' || 'false' }}
- name: Set up Go
uses: actions/setup-go@v5
if: ${{ inputs.test_toolchain }}
with:
go-version: ${{ inputs.go_version }}
cache: false
- uses: envoyproxy/toolshed/gh-actions/docker/[email protected]
if: ${{ inputs.test_toolchain && inputs.os_family }}
name: 'Start and load Docker registry'
with:
load: envoyproxy/envoy-build-ubuntu:${{ steps.container.outputs.tag }}
- run: |
toolchains/regenerate.sh
if: ${{ inputs.test_toolchain }}
shell: bash
env:
OS_FAMILY: ${{ inputs.os_family }}
SOURCE_BRANCH: ${{ github.ref }}
NO_PULL_IMAGE: true
DOCKER_IMAGE: localhost:5000/envoy-build-${{ inputs.distro }}
54 changes: 0 additions & 54 deletions .github/workflows/_regenerate_toolchain.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,7 @@ jobs:
gcr_name: ${{ matrix.gcr_name != '' && matrix.gcr_name || 'envoy-build' }}
os_family: ${{ matrix.os_family != '' && matrix.os_family || 'linux' }}
host_platform: ${{ matrix.host_platform != '' && matrix.host_platform || 'ubuntu-22.04' }}
test_toolchain: ${{ github.event_name == 'pull_request' && matrix.target != 'centos' }}
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
gcp_key: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}

regenerate_linux:
permissions:
contents: write
name: Regenerate toolchains (Linux)
uses: ./.github/workflows/_regenerate_toolchain.yml
if: ${{ github.event_name != 'pull_request' }}
needs:
- build_image
secrets:
bot_key: ${{ secrets.ENVOY_CI_UPDATE_BOT_KEY }}
bot_id: ${{ secrets.ENVOY_CI_UPDATE_APP_ID }}
32 changes: 0 additions & 32 deletions toolchains/BUILD

This file was deleted.

17 changes: 0 additions & 17 deletions toolchains/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions toolchains/clang-cl.env.json

This file was deleted.

10 changes: 0 additions & 10 deletions toolchains/clang.env.json

This file was deleted.

12 changes: 0 additions & 12 deletions toolchains/clang_libcxx.env.json

This file was deleted.

18 changes: 0 additions & 18 deletions toolchains/configs/linux/.latest.bazelrc

This file was deleted.

Loading

0 comments on commit 00acb2e

Please sign in to comment.