Commit 49d5ca9
Ganeshwara Herawan Hananda
Add apt-wait.sh, which waits for an existing apt process to finish (#83)
Sometimes, our CI job which installs dependencies using `apt` would fail because the machine may perform an initial `apt` update in the background. This PR adds `apt-wait.sh` for waiting for an existing `apt` to finish.1 parent 3f58c66 commit 49d5ca9
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments