Skip to content

Commit

Permalink
Include TARGET_CABI=musl for smoke test builds to avoid rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Oct 17, 2023
1 parent 304d91e commit 1a36372
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
make smoke-test \
TEST_NAME=${{ matrix.test_name }} \
TARGET_OS=linux \
TARGET_ARCH=x86_64
TARGET_ARCH=x86_64 \
TARGET_CABI=musl
env:
MSTRAP_FLAGS: "--config ${{ secrets.TEST_CONFIG_URL }} --force"

0 comments on commit 1a36372

Please sign in to comment.