File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
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
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
9381 ./b2 -v
9482 cd ../..
9583 - name : Run
96- if : ${{ steps.condition.outputs.SKIP == 0 }}
9784 shell : vmsh {0}
9885 run : |
9986 set -e
You can’t perform that action at this time.
0 commit comments