mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:47:46 +00:00
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:
parent
e127c4acdc
commit
49474d8718
7 changed files with 0 additions and 37 deletions
|
@ -5,12 +5,6 @@ steps:
|
|||
- checkout: self
|
||||
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') }}:
|
||||
- script: |
|
||||
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue