Skip to content

Commit

Permalink
squash bbf57ba
Browse files Browse the repository at this point in the history
  • Loading branch information
jlduran committed Sep 22, 2024
1 parent 62f5af7 commit 28dbe1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cross-bootstrap-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
target_arch: [amd64, aarch64]
clang_version: [14, 15, 18]
include:
# TODO: both Ubuntu and macOS have bmake packages, we should try them instead of bootstrapping our own copy.
- os: macos-latest
Expand Down Expand Up @@ -57,7 +55,7 @@ jobs:
- name: Create environment

Check warning on line 55 in .github/workflows/cross-bootstrap-tools.yml

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
run: |
echo "GITHUB_WORKSPACE = $GITHUB_WORKSPACE"
echo "EXTRA_BUILD_ARGS=--cross-bindir=${{ cross_bindir_base }}${{ matrix.clang_version }}/bin" >> $GITHUB_ENV
echo "EXTRA_BUILD_ARGS=--cross-bindir=${{ matrix.cross_bindir_base }}${{ matrix.clang_version }}/bin" >> $GITHUB_ENV
mkdir -p ../build

Check warning on line 59 in .github/workflows/cross-bootstrap-tools.yml

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
echo "MAKEOBJDIRPREFIX=${PWD%/*}/build" >> $GITHUB_ENV
# heh, works on Linux/BSD/macOS ...
Expand Down

0 comments on commit 28dbe1d

Please sign in to comment.