Skip to content

Commit 28e164c

Browse files
authored
Merge pull request #6632 from BOINC/vko_ci_make_output_more_verbose
[ci] make output more verbose
2 parents 7bbef42 + a658992 commit 28e164c

File tree

7 files changed

+25
-19
lines changed

7 files changed

+25
-19
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
run: |
5252
sudo add-apt-repository universe
53-
sudo apt-get -qq update
53+
sudo apt-get update
5454
sudo apt-get install -y libncurses6
5555
5656
- name: Fix libncurses5 missing for armv6
@@ -204,7 +204,7 @@ jobs:
204204
- name: Install dependencies
205205
run: |
206206
sudo add-apt-repository universe
207-
sudo apt-get -qq update
207+
sudo apt-get update
208208
sudo apt-get install -y libncurses6
209209
210210
- name: Fix libncurses5 missing for armv6

.github/workflows/linux-package-stable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install dependencies
6060
if: ${{ success() && env.SKIP_RUN == 0 }}
6161
run: |
62-
sudo apt-get update -qq
62+
sudo apt-get update
6363
sudo apt-get install -y aptly gnupg2 gpgv
6464
6565
- name: Setup GPG keys

.github/workflows/linux-package.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Install dependencies
8787
run: |
88-
apt-get -qq update
88+
apt-get update
8989
apt-get install -y autopoint make build-essential m4 pkg-config autoconf autoconf-archive libtool git python3 python3-distutils python3-jinja2 curl zip unzip tar bison p7zip-full dbus
9090
9191
- name: Install dependencies for arm64
@@ -682,7 +682,7 @@ jobs:
682682
- name: Install dependencies
683683
if: success()
684684
run: |
685-
apt update -qq
685+
apt update
686686
apt install -y python3 gnupg2 curl
687687
688688
- name: Install distro package for further upgrade
@@ -697,7 +697,7 @@ jobs:
697697
mkdir -p /etc/apt/keyrings
698698
curl -fsSL https://boinc.berkeley.edu/dl/linux/alpha/${{ matrix.os }}/boinc.gpg | gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
699699
echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/alpha/${{ matrix.os }} ${{ matrix.os }} main | tee /etc/apt/sources.list.d/boinc.list > /dev/null
700-
apt update -qq
700+
apt update
701701
DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
702702
703703
- name: Install distro package for further upgrade from the stable
@@ -706,7 +706,7 @@ jobs:
706706
mkdir -p /etc/apt/keyrings
707707
curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/${{ matrix.os }}/boinc.gpg | gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
708708
echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/stable/${{ matrix.os }} ${{ matrix.os }} main | tee /etc/apt/sources.list.d/boinc.list > /dev/null
709-
apt update -qq
709+
apt update
710710
DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
711711
712712
- name: Download client
@@ -724,7 +724,7 @@ jobs:
724724
- name: Install client and manager
725725
if: success()
726726
run: |
727-
apt update -qq
727+
apt update
728728
apt install -y $(find ./ -type f -name "boinc-client*.deb" -printf "%p\n")
729729
apt install -y $(find ./ -type f -name "boinc-manager*.deb" -printf "%p\n")
730730
@@ -753,7 +753,7 @@ jobs:
753753
- name: Install dependencies
754754
if: success()
755755
run: |
756-
apt update -qq
756+
apt update
757757
apt install -y python3 gnupg2 curl
758758
759759
- name: Install distro package for further upgrade
@@ -766,7 +766,7 @@ jobs:
766766
run: |
767767
DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common
768768
add-apt-repository -y ppa:costamagnagianfranco/boinc
769-
apt update -qq
769+
apt update
770770
DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
771771
772772
- name: Install distro package for further upgrade from the alpha
@@ -775,7 +775,7 @@ jobs:
775775
mkdir -p /etc/apt/keyrings
776776
curl -fsSL https://boinc.berkeley.edu/dl/linux/alpha/${{ matrix.os }}/boinc.gpg | gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
777777
echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/alpha/${{ matrix.os }} ${{ matrix.os }} main | tee /etc/apt/sources.list.d/boinc.list > /dev/null
778-
apt update -qq
778+
apt update
779779
DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
780780
781781
- name: Install distro package for further upgrade from the stable
@@ -784,7 +784,7 @@ jobs:
784784
mkdir -p /etc/apt/keyrings
785785
curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/${{ matrix.os }}/boinc.gpg | gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
786786
echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/stable/${{ matrix.os }} ${{ matrix.os }} main | tee /etc/apt/sources.list.d/boinc.list > /dev/null
787-
apt update -qq
787+
apt update
788788
DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
789789
790790
- name: Rename systemctl (not supported on CI)
@@ -807,7 +807,7 @@ jobs:
807807
- name: Install client and manager
808808
if: success()
809809
run: |
810-
apt update -qq
810+
apt update
811811
apt install -y $(find ./ -type f -name "boinc-client*.deb" -printf "%p\n")
812812
apt install -y $(find ./ -type f -name "boinc-manager*.deb" -printf "%p\n")
813813
@@ -1027,7 +1027,7 @@ jobs:
10271027
- name: Install dependencies
10281028
if: ${{ success() && env.SKIP_RUN == 0 }}
10291029
run: |
1030-
sudo apt-get update -qq
1030+
sudo apt-get update
10311031
sudo apt-get install -y aptly gnupg2 gpgv
10321032
10331033
- name: Setup GPG keys

.github/workflows/linux.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,16 @@ jobs:
6868
with:
6969
fetch-depth: 2
7070

71+
# (looks like sometimes there is a cache issue)
72+
- name: Ignore mirrors when building arm64
73+
if: success() && endsWith(matrix.type, 'arm64')
74+
run: |
75+
sudo sed -i 's|priority:1|priority:100|' /etc/apt/apt-mirrors.txt
76+
7177
- name: Install dependencies
7278
if: matrix.type != 'coverity' || (github.ref == 'refs/heads/master' && github.event_name == 'schedule')
7379
run: |
74-
sudo apt-get -qq update
80+
sudo apt-get update
7581
sudo apt-get install -y autopoint p7zip-full zip
7682
7783
- name: Install dependencies for x64
@@ -383,7 +389,7 @@ jobs:
383389
384390
- name: Install dependencies
385391
run: |
386-
apt-get -qq update
392+
apt-get update
387393
apt-get install -y make build-essential m4 pkg-config autoconf libtool git p7zip-full python3
388394
389395
- name: Install dependencies for x86

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Install dependencies
5959
run: |
60-
sudo apt-get -qq update
60+
sudo apt-get update
6161
sudo apt-get install -y mingw-w64 mingw-w64-tools mingw-w64-x86-64-dev mingw-w64-i686-dev tar curl zip unzip p7zip-full
6262
6363
- name: Make libs with mingw

.github/workflows/snap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install dependencies
5353
run: |
54-
sudo apt-get -qq update
54+
sudo apt-get update
5555
sudo apt-get install -y p7zip-full
5656
5757
- name: Running from origin repo

.github/workflows/vcpkg_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
383383
- name: Install dependencies
384384
run: |
385-
sudo apt-get -qq update
385+
sudo apt-get update
386386
sudo apt-get install -y mingw-w64
387387
- name: Set up vcpkg
388388
run: |

0 commit comments

Comments
 (0)