Skip to content

Commit 3fdf146

Browse files
Merge bitcoin-core#1578: ci: Silent Homebrew's noisy reinstall warnings
7057d3c ci: Silent Homebrew's noisy reinstall warnings (Hennadii Stepanov) Pull request description: Homebrew's warnings are quite noisy on the master branch: ![image](https://github.com/user-attachments/assets/82b95369-b8c9-4b99-b72c-41d0b084d4b8) This PR silents them to allow us to focus on any other CI infra warnings once they happen. ACKs for top commit: real-or-random: utACK 7057d3c Tree-SHA512: 4dbdb459e97cb5956219214fd7407ec52fc018dba24ae945337ad5c94df510472cfc708f9f67d4df5b8e983bf4e78b2efd56533f28113b3463a1397d4d7a032a
2 parents f8c1b0e + 7057d3c commit 3fdf146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ jobs:
632632

633633
- name: Install Homebrew packages
634634
run: |
635-
brew install automake libtool gcc
635+
brew install --quiet automake libtool gcc
636636
ln -s $(brew --prefix gcc)/bin/gcc-?? /usr/local/bin/gcc
637637
638638
- name: Install and cache Valgrind
@@ -691,7 +691,7 @@ jobs:
691691

692692
- name: Install Homebrew packages
693693
run: |
694-
brew install automake libtool gcc
694+
brew install --quiet automake libtool gcc
695695
ln -s $(brew --prefix gcc)/bin/gcc-?? /usr/local/bin/gcc
696696
697697
- name: CI script

0 commit comments

Comments
 (0)