ci: add 'brew trust' invocation to macOS CI #1879

pull fanquake wants to merge 1 commits into bitcoin-core:master from fanquake:brew_trust_valgrind changing 1 files +1 −0
  1. fanquake commented at 4:01 PM on June 24, 2026: member

    This is probably needed to fix the issues in the macOS Valgrind jobs. i.e in #1877: https://github.com/bitcoin-core/secp256k1/actions/runs/28111568199/job/83240127830?pr=1877#step:4:199

    Cache restored from key: x86_64-macos-native-valgrind-6ebc928a1e40da9db2f283a1c4ac74cfcff9f06687481fd0396a7b4c26ecfb09
    Run brew link valgrind
    Error: Refusing to load formula louisbrunner/valgrind/valgrind from untrusted tap louisbrunner/valgrind.
    Run `brew trust --formula louisbrunner/valgrind/valgrind` or `brew trust louisbrunner/valgrind` to trust it.
    Error: Process completed with exit code 1.
    
  2. in .github/actions/install-homebrew-valgrind/action.yml:8 in 1b3e1f0b61
       4 | @@ -5,6 +5,7 @@ runs:
       5 |    steps:
       6 |      - run: |
       7 |          brew tap LouisBrunner/valgrind
       8 | +        brew trust --formula louisbrunner/valgrind/valgrind
    


    hebasto commented at 6:11 PM on June 24, 2026:

    nit: casing inconsistency:

            brew trust --formula LouisBrunner/valgrind/valgrind
    
  3. hebasto approved
  4. hebasto commented at 6:11 PM on June 24, 2026: member

    ACK 1b3e1f0b6199f879baa009f72143e4af286d8ab0.

  5. ci: add 'brew trust' invocation to macOS CI
    Should fix issues like:
    
    > Error: Refusing to load formula louisbrunner/valgrind/valgrind from untrusted tap louisbrunner/valgrind.
    > Run `brew trust --formula louisbrunner/valgrind/valgrind` or `brew trust louisbrunner/valgrind` to trust it.
    > Error: Process completed with exit code 1.
    66260b78a2
  6. fanquake force-pushed on Jun 25, 2026
  7. real-or-random approved
  8. real-or-random commented at 8:19 AM on June 25, 2026: contributor

    utACK 66260b78a2797fe9f8fa4615623deb0dbe361335

    But let's wait for the CI run to finish.

  9. real-or-random added the label bug on Jun 25, 2026
  10. real-or-random added the label ci on Jun 25, 2026
  11. hebasto approved
  12. hebasto commented at 8:53 AM on June 25, 2026: member

    ACK 66260b78a2797fe9f8fa4615623deb0dbe361335.

  13. real-or-random merged this on Jun 25, 2026
  14. real-or-random closed this on Jun 25, 2026

  15. fanquake deleted the branch on Jun 25, 2026

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-06-26 23:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me