Skip to content

Commit 88dd81a

Browse files
committed
Simplify sans-arm-gcc to just the exclude.
1 parent 1ca6062 commit 88dd81a

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/bsd.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,16 @@ jobs:
4444
exclude:
4545
- { arch: "aarch64", toolset: { b2tool: gcc } }
4646
steps:
47-
- name: Condition
48-
id: condition
49-
run: |
50-
echo "SKIP=${{ case(
51-
matrix.arch == 'aarch64' && matrix.b2tool == 'gcc', 1,
52-
0
53-
)}}" >> "$GITHUB_OUTPUT"
5447
- name: Checkout
55-
if: ${{ steps.condition.outputs.SKIP == 0 }}
5648
uses: actions/checkout@main
5749
- name: Start VM
58-
if: ${{ steps.condition.outputs.SKIP == 0 }}
5950
id: vm
6051
uses: vmactions/freebsd-vm@v1
6152
with:
6253
arch: ${{ matrix.arch }}
6354
usesh: true
6455
custom-shell-name: vmsh
6556
- name: Info
66-
if: ${{ steps.condition.outputs.SKIP == 0 }}
6757
shell: vmsh {0}
6858
run: |
6959
echo ${PWD}
@@ -75,7 +65,6 @@ jobs:
7565
sysctl hw.physmem
7666
sysctl hw.usermem
7767
- name: Install
78-
if: ${{ steps.condition.outputs.SKIP == 0 }}
7968
shell: vmsh {0}
8069
run: |
8170
uname -a
@@ -84,7 +73,6 @@ jobs:
8473
pkg install ${{ matrix.toolset.package }}
8574
pkg install python3
8675
- name: Setup
87-
if: ${{ steps.condition.outputs.SKIP == 0 }}
8876
shell: vmsh {0}
8977
run: |
9078
set -e
@@ -93,7 +81,6 @@ jobs:
9381
./b2 -v
9482
cd ../..
9583
- name: Run
96-
if: ${{ steps.condition.outputs.SKIP == 0 }}
9784
shell: vmsh {0}
9885
run: |
9986
set -e

0 commit comments

Comments
 (0)