Skip to content

Commit

Permalink
Merge pull request #3276 from boegel/disable_apt_spy2
Browse files Browse the repository at this point in the history
stop using apt-spy2 to pick an alternative mirror, it's expensive and may result in picking a faulty mirror...
  • Loading branch information
zao authored Apr 11, 2020
2 parents faa3e2a + 5135389 commit 14fa5aa
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,9 @@ jobs:

- name: install OS & Python packages
run: |
# use apt-spy2 to select closest apt mirror,
# which helps avoid connectivity issues in Azure;
# see https://github.com/actions/virtual-environments/issues/675
sudo gem install apt-spy2
sudo apt-spy2 check
sudo apt-spy2 fix --commit
# after selecting a specific mirror, we need to run 'apt-get update'
sudo apt-get update
# disable apt-get update, we don't really need it,
# and it does more harm than good (it's fairly expensive, and it results in flaky test runs)
# sudo apt-get update
# for modules tool
sudo apt-get install lua5.2 liblua5.2-dev lua-filesystem lua-posix tcl tcl-dev
# fix for lua-posix packaging issue, see https://bugs.launchpad.net/ubuntu/+source/lua-posix/+bug/1752082
Expand Down

0 comments on commit 14fa5aa

Please sign in to comment.