You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
And also test gcc and clang snapshots.
------
[[bitcoin-core/secp256k1#1313 | secp256k1#1313]]
> ci: Install development snapshots of gcc and clang
bitcoin-core/secp256k1@1deecaa
> ci: Add x86_64 Linux tasks for gcc and clang snapshots
bitcoin-core/secp256k1@609093b
------
[[bitcoin-core/secp256k1#1396 | secp256k1#1396]]
> ci: Remove GCC build files and sage to reduce size of Docker image
> ci, gha: Add "x86_64: Linux (Debian stable)" GitHub Actions job
> ci: Remove "x86_64: Linux (Debian stable)" task from Cirrus CI
> ci, gha: Add `retry_builder` Docker image builder
>
> This change is aimed at significantly reducing the frequency of failures
> caused by intermittent network timeouts.
> ci, gha: Drop `driver-opts.network` input for `setup-buildx-action`
------
[[bitcoin-core/secp256k1#1719 | secp256k1#1719]] (partial)
> ci: Use YAML anchor and aliases for repeated "Checkout" steps
bitcoin-core/secp256k1@574c2f3
> ci: Use YAML anchor and aliases for repeated "CI script" steps
bitcoin-core/secp256k1@1decc49
------
Also initialize `ecount` in schnorrsig/test_impl.h to avoid a `-Wuninitialized-const-pointer` error with clang-snapshot. This will be done by core in bitcoin-core/secp256k1@b198061
This is a backport of secp256k#1313, [[bitcoin-core/secp256k1#1396 | secp256k1#1396]] and a partial backport of [[bitcoin-core/secp256k1#1719 | secp256k1#1719]]
Test Plan: push to github, check github actions run successfully
Reviewers: #bitcoin_abc, Fabien
Reviewed By: #bitcoin_abc, Fabien
Differential Revision: https://reviews.bitcoinabc.org/D19519
0 commit comments