We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49850fa commit 186ec6dCopy full SHA for 186ec6d
.github/workflows/build-check_x86_64.yml
@@ -8,10 +8,10 @@ on:
8
jobs:
9
kernel-build-job:
10
runs-on:
11
- labels: kernel-build
+ labels: ubuntu-latest
12
container:
13
image: centos:7
14
- options: --cpus 8
+ options: --cpus 4
15
steps:
16
- name: Point yum to vault
17
run: |
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Checkout code
30
31
- git clone --branch ${{ github.head_ref }} "https://oauth2:$GITHUB_TOKEN@github.com/ctrliq/kernel-src-tree"
+ git clone --branch ${{ github.head_ref }} "https://oauth2:$GITHUB_TOKEN@github.com/bmastbergen/kernel-src-tree"
32
33
- name: Build the Kernel
34
working-directory: kernel-src-tree
0 commit comments