Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/main' into cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
gknopf-aranya committed Dec 9, 2024
2 parents c571a31 + e19b481 commit 5feb2a8
Show file tree
Hide file tree
Showing 65 changed files with 807 additions and 3,029 deletions.
22 changes: 2 additions & 20 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ runs:
# There is a bug in the version of GCC that ships with our
# arm64 runners that prevents BoringSSL from compiling. So,
# use Clang instead.
#
# TODO(eric): Reassess whether we still need these.
- name: Install arm64/amd64 system dependencies
run: |
set -x
Expand Down Expand Up @@ -76,23 +78,3 @@ runs:
- name: Install cargo-make
run: cargo install --version '0.37.23' --locked cargo-make
shell: bash

# BoringSSL uses Go.
- name: Set up Go
uses: actions/setup-go@v3
with:
token: ${{ inputs.gh-token }}
go-version: ${{ inputs.go-version }}
check-latest: true
if: ${{ inputs.target != 'vxworks-ppc' }}

- name: Export GO_VERSION
run: |
echo "GO_VERSION=${{ inputs.go-version }}" >> $GITHUB_ENV
shell: bash
if: ${{ inputs.runner != 'windows-latest' && inputs.target != 'vxworks-ppc' }}
- name: Export GO_VERSION
run: |
echo "GO_VERSION=${{ inputs.go-version }}" >> $env:GITHUB_ENV
shell: pwsh
if: ${{ inputs.runner == 'windows-latest' && inputs.target != 'vxworks-ppc' }}
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 5feb2a8

Please sign in to comment.