Skip to content

Commit fc6f13e

Browse files
committed
*REMOVE ME* Test 4ti2 1.6.14 build
1 parent 99a6417 commit fc6f13e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
145145
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
146146
-DCMAKE_INSTALL_PREFIX=/usr \
147-
--debug-trycompile
147+
--debug-trycompile -DBUILD_PROGRAMS=4ti2
148148
149149
- name: Build libraries using Ninja
150150
if: matrix.build-system == 'cmake'
@@ -176,7 +176,8 @@ jobs:
176176
../../autogen.sh
177177
export F77=gfortran-14
178178
export FC=gfortran-14
179-
../../configure --with-system-gc --with-fplll
179+
../../configure --with-system-gc --with-fplll \
180+
--enable-build-libraries=4ti2
180181
181182
- name: Build libraries using Make
182183
if: matrix.build-system == 'autotools'

0 commit comments

Comments
 (0)