Limit release smoke checks to native runners
This commit is contained in:
@@ -129,7 +129,9 @@ jobs:
|
|||||||
echo 'Linux release is dynamically linked' >&2
|
echo 'Linux release is dynamically linked' >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
"dist/fossbench-${{ matrix.target }}" --help
|
if [ "${{ matrix.target }}" != linux-ppc32be ]; then
|
||||||
|
"dist/fossbench-${{ matrix.target }}" --help
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Build macOS executable with static OpenSSL
|
- name: Build macOS executable with static OpenSSL
|
||||||
if: startsWith(matrix.target, 'macos-')
|
if: startsWith(matrix.target, 'macos-')
|
||||||
|
|||||||
Reference in New Issue
Block a user