Skip to content

Commit 26a022a

Browse files
ci: Remove STATICPRECOMPUTATION
This has been overlooked in #988.
1 parent 10461d8 commit 26a022a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.cirrus.yml

-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ env:
77
MAKEFLAGS: -j2
88
BUILD: check
99
### secp256k1 config
10-
STATICPRECOMPUTATION: yes
1110
ECMULTGENPRECISION: auto
1211
ASM: no
1312
WIDEMUL: auto
@@ -66,7 +65,6 @@ task:
6665
- env: {WIDEMUL: int128, ECDH: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes}
6766
- env: {WIDEMUL: int128, ASM: x86_64}
6867
- env: { RECOVERY: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes}
69-
- env: { STATICPRECOMPUTATION: no}
7068
- env: {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
7169
- env: {CPPFLAGS: -DDETERMINISTIC}
7270
- env: {CFLAGS: -O0, CTIMETEST: no}
@@ -302,10 +300,8 @@ task:
302300
matrix:
303301
- env:
304302
ASM: auto
305-
STATICPRECOMPUTATION: yes
306303
- env:
307304
ASM: no
308-
STATICPRECOMPUTATION: no
309305
ECMULTGENPRECISION: 2
310306
matrix:
311307
- env:

ci/cirrus.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ valgrind --version || true
1515
./configure \
1616
--enable-experimental="$EXPERIMENTAL" \
1717
--with-test-override-wide-multiply="$WIDEMUL" --with-asm="$ASM" \
18-
--enable-ecmult-static-precomputation="$STATICPRECOMPUTATION" --with-ecmult-gen-precision="$ECMULTGENPRECISION" \
18+
--with-ecmult-gen-precision="$ECMULTGENPRECISION" \
1919
--enable-module-ecdh="$ECDH" --enable-module-recovery="$RECOVERY" \
2020
--enable-module-schnorrsig="$SCHNORRSIG" \
2121
--with-valgrind="$WITH_VALGRIND" \

0 commit comments

Comments
 (0)