Skip to content

Commit 186ec6d

Browse files
committed
hacks for bmastbergen/kernel-src-tree
1 parent 49850fa commit 186ec6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-check_x86_64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
jobs:
99
kernel-build-job:
1010
runs-on:
11-
labels: kernel-build
11+
labels: ubuntu-latest
1212
container:
1313
image: centos:7
14-
options: --cpus 8
14+
options: --cpus 4
1515
steps:
1616
- name: Point yum to vault
1717
run: |
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Checkout code
3030
run: |
31-
git clone --branch ${{ github.head_ref }} "https://oauth2:[email protected]/ctrliq/kernel-src-tree"
31+
git clone --branch ${{ github.head_ref }} "https://oauth2:[email protected]/bmastbergen/kernel-src-tree"
3232
3333
- name: Build the Kernel
3434
working-directory: kernel-src-tree

0 commit comments

Comments
 (0)