File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
run : |
31
31
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
32
32
cp configs/kernel-aarch64-rt-rhel.config .config
33
- make olddefconfig
33
+ make ARCH=arm64 CROSS_COMPILE=./scripts/dummy-tools/ olddefconfig
34
34
make -j8
Original file line number Diff line number Diff line change 30
30
run : |
31
31
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
32
32
cp configs/kernel-aarch64-rhel.config .config
33
- make olddefconfig
33
+ make ARCH=arm64 CROSS_COMPILE=./scripts/dummy-tools/ olddefconfig
34
34
make -j8
Original file line number Diff line number Diff line change 30
30
run : |
31
31
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
32
32
cp configs/kernel-x86_64-rt-rhel.config .config
33
- make olddefconfig
33
+ make ARCH=x86_64 CROSS_COMPILE=./scripts/dummy-tools/ olddefconfig
34
34
make -j8
Original file line number Diff line number Diff line change 30
30
run : |
31
31
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
32
32
cp configs/kernel-x86_64-rhel.config .config
33
- make olddefconfig
33
+ make ARCH=x86_64 CROSS_COMPILE=./scripts/dummy-tools/ olddefconfig
34
34
make -j8
You can’t perform that action at this time.
0 commit comments