forked from ad-freiburg/qlever
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
apt-spy2
to fix spurious failures on GitHub (ad-freiburg#981)
On GitHub actions, Ubuntu's `apt` command is by default configured to always use the Ubuntu mirrors from Microsoft Azure for package installations and update . Every now and then these servers are unreachable or out of sync. During these periods all Ubuntu-based workflows fail, which is rather annoying. This commit uses `apt-spy2` to first find reachable Ubuntu servers and only then runs `apt update && apt install ...`. This should reduce the probability of spurious check failures dramatically. This commit also updates `absl` to the current (at the time of the commit) master.
- Loading branch information
Showing
5 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule abseil-cpp
updated
368 files