Skip to content

Commit 9d9efc8

Browse files
mayastor-borstiagolobocastro
andcommitted
chore(bors): merge pull request #994
994: CI Runner fixes r=tiagolobocastro a=tiagolobocastro Co-authored-by: Tiago Castro <[email protected]>
2 parents 1da1604 + 8aea4a5 commit 9d9efc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bdd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- name: Restart Nix daemon
3737
run: sudo systemctl restart nix-daemon
3838

39-
- uses: cachix/[email protected]
4039
- name: Pre-populate nix-shell
4140
run: |
4241
export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r)
@@ -54,6 +53,7 @@ jobs:
5453
sudo debconf-communicate <<< "set man-db/auto-update false" || true
5554
sudo dpkg-reconfigure man-db || true
5655
sudo sysctl -w vm.nr_hugepages=3072
56+
sudo apt-get update
5757
sudo apt-get install linux-modules-extra-$(uname -r)
5858
sudo modprobe nvme_tcp
5959

.github/workflows/unit-int.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- name: Restart Nix daemon
3737
run: sudo systemctl restart nix-daemon
3838

39-
- uses: cachix/[email protected]
4039
- name: Pre-populate nix-shell
4140
run: |
4241
export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r)
@@ -59,6 +58,7 @@ jobs:
5958
sudo debconf-communicate <<< "set man-db/auto-update false" || true
6059
sudo dpkg-reconfigure man-db || true
6160
sudo sysctl -w vm.nr_hugepages=2560
61+
sudo apt-get update
6262
sudo apt-get install linux-modules-extra-$(uname -r)
6363
sudo modprobe nvme_tcp
6464

0 commit comments

Comments
 (0)