Skip to content

Commit

Permalink
Dont build samples
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Nov 21, 2024
1 parent b5360ba commit d65e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ jobs:
- name: Check Stack Size is Set
run: |
cd build
CMAKE_LOGS=$(cmake .. -DKVS_STACK_SIZE=65536 2>&1)
CMAKE_LOGS=$(cmake .. -DKVS_STACK_SIZE=65536 -DBUILD_SAMPLE=OFF 2>&1)
if ! echo "$CMAKE_LOGS" | grep -q "Building with default stack size: 65536 bytes"; then
echo "Stack size was not sent to PIC properly."
echo "$CMAKE_LOGS"
Expand Down

0 comments on commit d65e7d1

Please sign in to comment.