We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4e34c commit 90d5ecdCopy full SHA for 90d5ecd
1 file changed
.github/workflows/build-kernel-loong64.yml
@@ -14,7 +14,7 @@ permissions:
14
15
jobs:
16
build-kernel:
17
- runs-on: [self-hosted, linux, loong64]
+ runs-on: [self-hosted, linux, x64]
18
steps:
19
- uses: actions/checkout@v3
20
- name: "Install Deps"
@@ -25,8 +25,8 @@ jobs:
25
- name: "Compile kernel"
26
run: |
27
# .config
28
- make deepin_loongarch_desktop_defconfig
29
- make -j$(nproc)
+ time make ARCH=loongarch CROSS_COMPILE=loongarch64-linux-gnu- deepin_loongarch_desktop_defconfig
+ time make ARCH=loongarch CROSS_COMPILE=loongarch64-linux-gnu- -j$(nproc)
30
31
- name: 'Upload Kernel Artifact'
32
uses: actions/upload-artifact@v4
0 commit comments