Revert "Meta: Automatically select best apt mirror"

This reverts commit b0606d90f0.

This seems to prevent libegl-mesa0 from being installed (which for some
reason isn't failing the Azure jobs - the failure seen later is that
ccache is not installed).
This commit is contained in:
Timothy Flynn 2023-02-09 09:24:40 -05:00 committed by Linus Groh
parent e127c4acdc
commit 49474d8718
Notes: sideshowbarker 2024-07-17 23:07:41 +09:00
7 changed files with 0 additions and 37 deletions

View File

@ -45,12 +45,6 @@ jobs:
# === OS SETUP === # === OS SETUP ===
# An attempt to avoid the (fairly common) azure apt mirror downtime.
- name: "Select best APT mirror"
run: |
sudo gem install apt-spy2
sudo apt-spy2 fix --commit --launchpad --country=US
# Do we need to update the package cache first? # Do we need to update the package cache first?
# sudo apt-get update -qq # sudo apt-get update -qq
- name: "Install Ubuntu dependencies" - name: "Install Ubuntu dependencies"

View File

@ -45,11 +45,6 @@ jobs:
repository: tc39/test262-parser-tests repository: tc39/test262-parser-tests
path: test262-parser-tests path: test262-parser-tests
- name: "Select best APT mirror"
run: |
sudo gem install apt-spy2
sudo apt-spy2 fix --commit --launchpad --country=US
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get update

View File

@ -19,11 +19,6 @@ jobs:
wget -q -O - https://files.pvs-studio.com/beta/etc/pubkey.txt | sudo apt-key add - wget -q -O - https://files.pvs-studio.com/beta/etc/pubkey.txt | sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/beta/etc/viva64.list sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/beta/etc/viva64.list
- name: "Select best APT mirror"
run: |
sudo gem install apt-spy2
sudo apt-spy2 fix --commit --launchpad --country=US
- name: "Install Ubuntu dependencies" - name: "Install Ubuntu dependencies"
# These packages are already part of the ubuntu-22.04 image: # These packages are already part of the ubuntu-22.04 image:
# cmake libgmp-dev npm shellcheck # cmake libgmp-dev npm shellcheck

View File

@ -26,12 +26,6 @@ jobs:
- name: Checkout SerenityOS/serenity - name: Checkout SerenityOS/serenity
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: "Select best APT mirror"
run: |
sudo gem install apt-spy2
sudo apt-spy2 fix --commit --launchpad --country=US
if: ${{ matrix.os == 'ubuntu-22.04' }}
- name: Install dependencies Ubuntu - name: Install dependencies Ubuntu
run: | run: |
sudo apt-get update sudo apt-get update

View File

@ -53,11 +53,6 @@ jobs:
# === OS SETUP === # === OS SETUP ===
# TODO: Is there someway to share these steps with the cmake.yml? # TODO: Is there someway to share these steps with the cmake.yml?
- name: "Select best APT mirror"
run: |
sudo gem install apt-spy2
sudo apt-spy2 fix --commit --launchpad --country=US
- name: "Install Ubuntu dependencies" - name: "Install Ubuntu dependencies"
# These packages are already part of the ubuntu-22.04 image: # These packages are already part of the ubuntu-22.04 image:
# cmake libgmp-dev npm shellcheck # cmake libgmp-dev npm shellcheck

View File

@ -17,10 +17,6 @@ jobs:
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.x' python-version: '3.x'
- name: "Select best APT mirror"
run: |
sudo gem install apt-spy2
sudo apt-spy2 fix --commit --launchpad --country=US
- name: "Install Ubuntu dependencies" - name: "Install Ubuntu dependencies"
run: | run: |
sudo apt-get update sudo apt-get update

View File

@ -5,12 +5,6 @@ steps:
- checkout: self - checkout: self
persistCredentials: true persistCredentials: true
- ${{ if in(parameters.os, 'Linux', 'Serenity', 'Android') }}:
- script: |
sudo gem install apt-spy2
sudo apt-spy2 fix --commit --launchpad --country=US
displayName: 'Select best APT mirror'
- ${{ if eq(parameters.os, 'Serenity') }}: - ${{ if eq(parameters.os, 'Serenity') }}:
- script: | - script: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -