Skip to content

Commit

Permalink
hil: zephyr: disable sysbuild
Browse files Browse the repository at this point in the history
The nrf9160DK now builds with sysbuild by default. We don't need
sysbuild for the HIL tests, so we disable it.

Signed-off-by: Sam Friedman <sam@golioth.io>
  • Loading branch information
sam-golioth committed Nov 14, 2024
1 parent 15af7a8 commit 31de9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil_test_zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
for test in $(ls modules/lib/golioth-firmware-sdk/tests/hil/tests)
do
west build -p -b ${{ inputs.west_board }} \
west build --no-sysbuild -p -b ${{ inputs.west_board }} \
modules/lib/golioth-firmware-sdk/tests/hil/platform/zephyr \
-- $EXTRA_BUILD_ARGS -DGOLIOTH_HIL_TEST=$test
mv build/zephyr/${{ inputs.binary_name }} \
Expand Down

0 comments on commit 31de9cf

Please sign in to comment.