Skip to content

Commit 174a9e9

Browse files
Go back to using FLINT 3.2.0-rc1 instead of main.
1 parent 70bf4b6 commit 174a9e9

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,17 @@ jobs:
9292
emmake make -j $(nproc)
9393
emmake make install
9494
95-
- name: Check out flint
96-
if: steps.cache-wasm-library-dir.outputs.cache-hit != 'true'
97-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98-
with:
99-
repository: flintlib/flint
100-
path: flint
101-
10295
- name: Build flint
10396
if: steps.cache-wasm-library-dir.outputs.cache-hit != 'true'
10497
env:
10598
CFLAGS: "-fPIC"
10699
WASM_LIBRARY_DIR: ${{ github.workspace }}/wasm-library-dir
107100
working-directory: flint
108101
run: |
109-
./bootstrap.sh
102+
curl -L https://github.com/flintlib/flint/releases/download/v3.2.0-rc1/flint-3.2.0-rc1.tar.xz -o flint-3.2.0-rc1.tar.xz
103+
tar -xf flint-3.2.0-rc1.tar.xz
104+
cd flint-3.2.0-rc1
105+
110106
emconfigure ./configure \
111107
--disable-dependency-tracking \
112108
--disable-shared \
@@ -140,7 +136,7 @@ jobs:
140136
pkg-config --modversion mpfr
141137
pkg-config --modversion flint
142138
143-
pyodide build -C "setup-args='-Dflint_version_check=false'"
139+
pyodide build
144140
145141
- name: Set up Pyodide virtual environment and test python-flint
146142
run: |

0 commit comments

Comments
 (0)