Skip to content

Commit 9535f2e

Browse files
committed
CI: Try to build and install stage2, to test mathlib without a stage0 update on the branch
1 parent 94ae363 commit 9535f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ jobs:
152152
fi
153153
# contortion to support empty OPTIONS with old macOS bash
154154
cmake .. --preset ${{ matrix.CMAKE_PRESET || 'release' }} -B . ${{ matrix.CMAKE_OPTIONS }} ${OPTIONS[@]+"${OPTIONS[@]}"} -DLEAN_INSTALL_PREFIX=$PWD/..
155-
time make -j$NPROC
155+
time make stage2 -j$NPROC
156156
- name: Install
157157
run: |
158-
make -C build install
158+
make -C build/stage2 install
159159
- name: Check Binaries
160160
run: ${{ matrix.binary-check }} lean-*/bin/* || true
161161
- name: Count binary symbols

0 commit comments

Comments
 (0)