File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,16 @@ jobs:
25
25
- name : Install tools and Libraries
26
26
run : |
27
27
yum groupinstall 'Development Tools' -y
28
- yum install bc dwarves glibc-devel hostname kernel-devel mpfr openssl openssl-devel elfutils-libelf-devel -y
28
+ yum install bc dwarves git glibc-devel hostname kernel-devel mpfr openssl openssl-devel elfutils-libelf-devel -y
29
+
29
30
- name : Checkout code
30
- uses : actions/checkout@v4
31
- with :
32
- ref : " ${{ github.event.pull_request.head.sha }}"
33
- fetch-depth : 0
31
+ run : |
32
+ #git clone --branch ${{ github.head_ref }} "https://oauth2:[email protected] /ctrliq/kernel-src-tree"
33
+ git clone --branch ${{ github.head_ref }} "https://oauth2:[email protected] /bmastbergen/kernel-src-tree "
34
+
34
35
- name : Build the Kernel
36
+ working-directory : kernel-src-tree
35
37
run : |
36
- git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
37
38
cp configs/kernel-3.10.0-x86_64.config .config
38
39
make olddefconfig
39
40
make -j8
You can’t perform that action at this time.
0 commit comments