Skip to content

Commit

Permalink
build with -fno-peephole2 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwiboo committed Sep 6, 2023
1 parent 330ee75 commit f52c955
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rk3328.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
export BL31=../rkbin/$(confget -f rkbin/RKTRUST/RK3328TRUST.ini -s BL31_OPTION PATH)
cd u-boot
make mrproper
make CROSS_COMPILE=aarch64-linux-gnu- ${{ matrix.boards.config }}
make CROSS_COMPILE=aarch64-linux-gnu- -j$(nproc)
make ${{ matrix.boards.config }}
make KCFLAGS="-fno-peephole2" CROSS_COMPILE=aarch64-linux-gnu- -j$(nproc)
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rk3399.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
export BL31=../rkbin/$(confget -f rkbin/RKTRUST/RK3399TRUST.ini -s BL31_OPTION PATH)
cd u-boot
make mrproper
make CROSS_COMPILE=aarch64-linux-gnu- ${{ matrix.boards.config }}
make CROSS_COMPILE=aarch64-linux-gnu- -j$(nproc)
make ${{ matrix.boards.config }}
make KCFLAGS="-fno-peephole2" CROSS_COMPILE=aarch64-linux-gnu- -j$(nproc)
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rk356x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:
export BL31=../rkbin/$(confget -f rkbin/RKTRUST/RK3568TRUST.ini -s BL31_OPTION PATH)
cd u-boot
make mrproper
make CROSS_COMPILE=aarch64-linux-gnu- ${{ matrix.boards.config }}
make CROSS_COMPILE=aarch64-linux-gnu- -j$(nproc)
make ${{ matrix.boards.config }}
make KCFLAGS="-fno-peephole2" CROSS_COMPILE=aarch64-linux-gnu- -j$(nproc)
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rk3588.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
export BL31=../rkbin/$(confget -f rkbin/RKTRUST/RK3588TRUST.ini -s BL31_OPTION PATH)
cd u-boot
make mrproper
make CROSS_COMPILE=aarch64-linux-gnu- ${{ matrix.boards.config }}
make CROSS_COMPILE=aarch64-linux-gnu- -j$(nproc)
make ${{ matrix.boards.config }}
make KCFLAGS="-fno-peephole2" CROSS_COMPILE=aarch64-linux-gnu- -j$(nproc)
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f52c955

Please # to comment.