DarkWindman
d0dde4aa2a
Merge commits '35c0fdc 5dd637f 69b2192 d7ae25c d403eea f473c95 4af241b a526937 fcc5d73 ca06e58 ea2d5f0 0055b86 ' into temp-merge-1551
2026-02-10 13:06:38 +02:00
mllwchrry
91b2deab7b
ci: Add zkp modules to arm64-macos-native job
2026-02-06 14:37:11 +02:00
Jonas Nick
9a57e3c650
Merge commits 'da515074 ' into temp-merge-1058
2026-01-30 21:18:06 +00:00
mllwchrry
8c72644a0e
Merge commits '5ad3aa3 2483627 0653a25 d926510 cdc9a62 427e86b 05bfab6 4b77fec d831168 ' into temp-merge-1515
2026-01-23 19:51:09 +02:00
Hennadii Stepanov
b9a82b481f
ci: Update macOS image
...
The macOS 12 GHA image has been deprecated since 2024-10-07.
See: https://github.com/actions/runner-images/issues/10721
2025-09-18 13:12:29 +05:30
Hennadii Stepanov
a1be8ed1b1
ci: Silent Homebrew's noisy reinstall warnings
2025-09-18 13:12:18 +05:30
Tim Ruffing
fd259fe9ad
ci: Add job with -fsanitize-memory-param-retval
2025-09-16 15:27:23 +05:30
Hennadii Stepanov
e2af491263
ci: Switch to the new default value of the precomputed table for signing
2024-07-03 14:04:18 +01:00
Hennadii Stepanov
9420eece24
cmake: Bump CMake minimum required version up to 3.16
2024-07-03 08:23:20 +01:00
merge-script
4af241b320
Merge bitcoin-core/secp256k1#1535 : build: Replace hardcoded "auto" value with default one
...
4d9645bee0 cmake: Remove "AUTO" value of `SECP256K1_ECMULT_GEN_KB` option (Hennadii Stepanov)
a06805ee74 cmake: Remove "AUTO" value of `SECP256K1_ECMULT_WINDOW_SIZE` option (Hennadii Stepanov)
26b94ee92a autotools: Remove "auto" value of `--with-ecmult-gen-kb` option (Hennadii Stepanov)
122dbaeb37 autotools: Remove "auto" value of `--with-ecmult-window` option (Hennadii Stepanov)
Pull request description:
"auto" implies that a value is being chosen based on build system introspection or host system capabilities. However, for the `--with-ecmult-window` and `--with-ecmult-gen-kb` options, the values "auto" are hardcoded, which might lead to confusion.
This PR replaces "auto" with more appropriate default values.
If Concept ACKed, I'll add equivalent commits for CMake.
ACKs for top commit:
sipa:
utACK 4d9645bee0
real-or-random:
utACK 4d9645bee0 good from my side, but let's see if we can get more (Concept) ACKs
Tree-SHA512: 9e68f73682c5310c68d2337594f13b99a52bfc365564e39df2e412b576635c90cccd2298406a4281f014916c4a1710e19c7390f05a4b0acbd09869bfb56f36ac
2024-06-25 15:59:41 +02:00
merge-script
bedffd53d8
Merge bitcoin-core/secp256k1#1488 : ci: Add native macOS arm64 job
...
218f0cc93b ci: Add native macOS arm64 job (Hennadii Stepanov)
Pull request description:
This PR starts using the [new](https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ ) M1 macOS runner.
The alternative approach might be using a matrix, but it is not trivial to implement.
ACKs for top commit:
real-or-random:
ACK 218f0cc93b
Tree-SHA512: 709e836909fa2a90248f689f4c57192d1daecc53abd3d2d1b8b892a7deb6fdd008bf8f7270ab39da5b0f994d0ea4cf0767dab3a07c6dfc2109a9735af1072f3f
2024-06-10 18:11:12 +02:00
Hennadii Stepanov
26b94ee92a
autotools: Remove "auto" value of --with-ecmult-gen-kb option
...
"auto" implies that a value is being chosen based on build system
introspection or host system capabilities. However, for the
`--with-ecmult-gen-kb` option, the value "auto" is hardcoded, which
might lead to confusion.
This change replaces "auto" with a more appropriate default value.
2024-05-27 10:57:30 +01:00
Hennadii Stepanov
122dbaeb37
autotools: Remove "auto" value of --with-ecmult-window option
...
"auto" implies that a value is being chosen based on build system
introspection or host system capabilities. However, for the
`--with-ecmult-window` option, the value "auto" is hardcoded, which
might lead to confusion.
This change replaces "auto" with a more appropriate default value.
2024-05-27 10:56:37 +01:00
Tim Ruffing
ebfb82ee2f
ci: Add job with -fsanitize-memory-param-retval
2024-05-26 14:01:14 +02:00
Pieter Wuille
ed2a056f3d
Provide 3 configurations accessible through ./configure
2024-04-19 11:43:26 -04:00
Tim Ruffing
a85e2233e7
ci: Note affected clangs in comment on ASLR quirk
...
Resolves #1506 .
2024-04-04 11:49:00 +02:00
Tim Ruffing
84a93de4d2
ci: Add workaround for ASLR bug in sanitizers
...
Fixes #1506 .
2024-03-19 23:52:15 +01:00
Benedikt
3a9b1d46a3
New Experimental Module: Incremental Half-Aggregation for Schnorr Signatures
2024-02-27 14:04:40 +01:00
Hennadii Stepanov
218f0cc93b
ci: Add native macOS arm64 job
2024-01-31 20:51:50 +00:00
Hennadii Stepanov
94a14d5290
ci: Update cache action
...
This change fixes deprecation warnings for Node.js 16 actions in the GHA
CI.
See:
- https://github.com/marketplace/actions/cache
- https://github.com/actions/cache/releases/tag/v4.0.0
2024-01-25 12:09:47 +00:00
Jonas Nick
e9d522fc64
ci: turn on -zkp modules in macos-native job
2023-10-12 08:10:49 +00:00
Jonas Nick
775f5e242b
Merge commits '1b13415d 374e2b54 96294c00 8d2960c8 ce765a5b b2f6712d eedd7810 b327abfc 5d8fa825 3d05c86d bcffeb14 de657c20 060e32cb 0ba2b945 48b1d939 6b9507ad 5373693e 2e6cf9ba 6ee14550 26a98992 4d7fe609 ea26b71c 65c79fe2 727bec5b 0b4640ae 199d27ce cbf3053f 49be5be9 b10ddd2b 4fd00f4b ba9cb6f3 ee7aaf21 ' into temp-merge-1395
...
- Replace fe_equal_var with fe_equal
- Use CHECK_ILLEGAL instead of CHECK/ecount
- Turn on secp256k1-zkp specific modules in CI
2023-09-20 09:38:36 +00:00
Tim Ruffing
ba9cb6f378
Merge bitcoin-core/secp256k1#1424 : ci: Bump major versions for docker actions
...
d9d80fd155 ci: Bump major versions for docker actions (Hennadii Stepanov)
Pull request description:
See:
- https://github.com/docker/build-push-action/releases/tag/v5.0.0
- https://github.com/docker/setup-buildx-action/releases/tag/v3.0.0
ACKs for top commit:
real-or-random:
ACK d9d80fd155
Tree-SHA512: b1266e46cd02f8e893b4ce3b4bf51f7fb2ea7c6ae54a5c24a4bc5df4f6e97e99afaf90cf598d4321e8b83a250ba5fd7d43c34d53a8cc71f70f6c6e05cc973d6f
2023-09-13 14:49:13 +02:00
Hennadii Stepanov
d9d80fd155
ci: Bump major versions for docker actions
...
https://github.com/docker/build-push-action/releases/tag/v5.0.0
https://github.com/docker/setup-buildx-action/releases/tag/v3.0.0
2023-09-12 10:18:39 +01:00
Hennadii Stepanov
421d84855a
ci: Align Autotools/CMake CI_INSTALL directory names
2023-09-07 20:58:28 +01:00
Hennadii Stepanov
8659a01714
ci: Add release job
...
The new job runs checks outlined in the `doc/release-process.md`.
2023-09-04 15:04:37 +01:00
Hennadii Stepanov
f9b38894ba
ci: Update actions/checkout version
2023-09-04 14:58:01 +01:00
Tim Ruffing
2635068abf
ci/gha: Let MSan continue checking after errors in all jobs
2023-09-03 11:31:35 +02:00
Tim Ruffing
4b8a647ad3
ci/gha: Add ARM64 QEMU jobs for clang and clang-snapshot
2023-09-03 11:31:35 +02:00
Hennadii Stepanov
c223d7e33d
ci: Switch macOS from Ventura to Monterey and add Valgrind
2023-08-28 17:49:45 +01:00
Hennadii Stepanov
cce0456304
ci: Make repetitive command the default one
2023-08-23 21:31:57 +01:00
Hennadii Stepanov
317a4c48f0
ci: Move git config ... to run-in-docker-action
2023-08-23 21:18:53 +01:00
Hennadii Stepanov
676ed8f9cf
ci: Move "C++ (public headers)" from Cirrus to GitHub Actions
2023-08-23 10:59:26 +01:00
Hennadii Stepanov
61fc3a2dc8
ci: Move "C++ -fpermissive..." from Cirrus to GitHub Actions
2023-08-23 10:24:24 +01:00
Hennadii Stepanov
d51fb0a533
ci: Move "MSan" from Cirrus to GitHub Actions
2023-08-23 10:24:15 +01:00
Hennadii Stepanov
c22ac27529
ci: Move sanitizers task from Cirrus to GitHub Actions
2023-08-23 10:24:05 +01:00
Hennadii Stepanov
ee1be62d84
ci: Use concurrency for pull requests only
...
Otherwise, any previously pending workflow will be canceled on the
following push.
2023-08-22 15:02:30 +01:00
Hennadii Stepanov
fc3dea29ea
ci: Move "ppc64le: Linux..." from Cirrus to GitHub Actions
2023-08-21 15:33:27 +01:00
Hennadii Stepanov
7782dc8276
ci: Move "ARM64: Linux..." from Cirrus to GitHub Actions
2023-08-21 15:33:19 +01:00
Hennadii Stepanov
0a16de671c
ci: Move "ARM32: Linux..." from Cirrus to GitHub Actions
2023-08-21 15:33:08 +01:00
Hennadii Stepanov
ea33914e00
ci: Move "s390x (big-endian): Linux..." from Cirrus to GitHub Actions
2023-08-21 15:32:56 +01:00
Hennadii Stepanov
880be8af99
ci: Move "i686: Linux (Debian stable)" from Cirrus to GiHub Actions
2023-08-21 15:32:20 +01:00
Hennadii Stepanov
e10878f58e
ci, gha: Drop driver-opts.network input for setup-buildx-action
2023-08-19 18:02:08 +01:00
Hennadii Stepanov
4ad4914bd1
ci, gha: Add retry_builder Docker image builder
...
This change is aimed at significantly reducing the frequency of failures
caused by intermittent network timeouts.
2023-08-18 17:05:25 +01:00
Hennadii Stepanov
03c9e6508c
ci, gha: Add "x86_64: Linux (Debian stable)" GitHub Actions job
2023-08-18 13:57:50 +01:00
Hennadii Stepanov
87d35f30c0
ci: Rename cirrus.sh to more general ci.sh
...
This makes sense in the process of moving stuff to GitHub Actions.
2023-08-18 10:57:58 +01:00
Hennadii Stepanov
2b6f9cd546
ci, gha: Add Windows jobs based on Linux image
2023-08-18 10:57:45 +01:00
Jonas Nick
48b1d939b5
Merge bitcoin-core/secp256k1#1403 : ci, gha: Ensure only a single workflow processes github.ref at a time
...
b0886fd35c ci, gha: Ensure only a single workflow processes `github.ref` at a time (Hennadii Stepanov)
Pull request description:
ACKs for top commit:
real-or-random:
ACK b0886fd35c
jonasnick:
ACK b0886fd35c
Tree-SHA512: 8edda9259fc07bda3a35286ab97238b2f2749fbc629030da52e5a352988e5562cf62255c7d4917b7f0c8dbc9a0bd3a36b5e725d3d5a4c635ae8239faef829d1b
2023-08-18 09:56:40 +00:00
Jonas Nick
060e32cb60
Merge bitcoin-core/secp256k1#1401 : ci, gha: Run all MSVC tests on Windows natively
...
d78bec7001 ci: Remove Windows MSVC tasks from Cirrus CI (Hennadii Stepanov)
3545dc2b9b ci, gha: Run all MSVC tests on Windows natively (Hennadii Stepanov)
Pull request description:
ACKs for top commit:
real-or-random:
ACK d78bec7001
jonasnick:
ACK d78bec7001
Tree-SHA512: b58162a9f0827dceb1c7eb6fb7c759c0bffcf3e0d24cc7e6628ad71d1faaabaffb9d8de6fcd3d07bfcaca409632a13f711f9ad871a30718139557544cf91b4bf
2023-08-17 16:55:15 +00:00
Tim Ruffing
c2f6435802
ci: Add comment about switching macOS to M1 on GHA later
2023-08-17 16:03:54 +02:00