Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
natsumerinchan authored Apr 25, 2024
1 parent 55de349 commit c3fc913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PixelExperience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ jobs:
echo "=========================Make=========================="
make O=out CC="ccache clang" CXX="ccache clang++" ARCH=arm64 CROSS_COMPILE=$CLANG_PATH/bin/aarch64-linux-gnu- CROSS_COMPILE_ARM32=$CLANG_PATH/bin/arm-linux-gnueabi- LD=ld.lld $KERNEL_DEFCONFIG
# Disable LTO
if [[ $(echo "$(awk '/MemTotal/ {print $2}' /proc/meminfo) < 16000000" | bc -l) -eq 1 ]]; then
# if [[ $(echo "$(awk '/MemTotal/ {print $2}' /proc/meminfo) < 16000000" | bc -l) -eq 1 ]]; then
scripts/config --file out/.config -d LTO -d LTO_CLANG -d THINLTO -e LTO_NONE
fi
# fi
make O=out CC="ccache clang" CXX="ccache clang++" ARCH=arm64 -j`nproc` CROSS_COMPILE=$CLANG_PATH/bin/aarch64-linux-gnu- CROSS_COMPILE_ARM32=$CLANG_PATH/bin/arm-linux-gnueabi- LD=ld.lld 2>&1 | tee kernel.log
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "kernel/out/arch/arm64/boot/PE-martini-${{ env.TAG_NAME }}.zip"
tag: "PE-martini-${{ env.TAG_NAME }}"
tag: "ONEPLUS9RT-${{ env.TAG_NAME }}"
name: "Pixel Experience martini ${{ env.TAG_NAME }}"
allowUpdates: true
replacesArtifacts: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PixelOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "kernel/out/arch/arm64/boot/PixelOS-martini-${{ env.TAG_NAME }}.zip"
tag: "PixelOS-martini-${{ env.TAG_NAME }}"
tag: "ONEPLUS9RT-${{ env.TAG_NAME }}"
name: "PixelOS martini ${{ env.TAG_NAME }}"
allowUpdates: true
replacesArtifacts: true
Expand Down

0 comments on commit c3fc913

Please sign in to comment.