Kaynağa Gözat

Update build-kernel-a12.yml

James McConnell 1 yıl önce
ebeveyn
işleme
cdaf636bd7
1 değiştirilmiş dosya ile 1 ekleme ve 8 silme
  1. 1 8
      .github/workflows/build-kernel-a12.yml

+ 1 - 8
.github/workflows/build-kernel-a12.yml

@@ -56,13 +56,6 @@ jobs:
           
           echo "CONFIG set to: $CONFIG"
 
-      - name: Setup ccache
-        uses: hendrikmuhs/ccache-action@v1
-        with:
-          key: gki-kernel-aarch64-${{ env.CONFIG }}  # Use CONFIG as the cache key
-          max-size: 2G
-          save: true  # Ensure the cache is saved
-
       - name: Download prebuilt toolchain
         run: |
           AOSP_MIRROR=https://android.googlesource.com
@@ -236,7 +229,7 @@ jobs:
           cd "$CONFIG"
           
           echo "Building the kernel..."
-          LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh CC="/usr/bin/ccache clang"
+          LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh
 
       - name: Create Bootimgs Folder and Copy Images
         run: |