|
@@ -162,7 +162,7 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
cd "$COMMON"
|
|
cd "$COMMON"
|
|
|
# Apply compatibility fixes
|
|
# Apply compatibility fixes
|
|
|
- SUSFS_VERSION="2.0.0"
|
|
|
|
|
|
|
+ SUSFS_VERSION="2.1.0"
|
|
|
|
|
|
|
|
cp "$SUSFS4KSU/kernel_patches/fs/"* ./fs/
|
|
cp "$SUSFS4KSU/kernel_patches/fs/"* ./fs/
|
|
|
cp "$SUSFS4KSU/kernel_patches/include/linux/"* ./include/linux/
|
|
cp "$SUSFS4KSU/kernel_patches/include/linux/"* ./include/linux/
|
|
@@ -330,7 +330,7 @@ jobs:
|
|
|
set -x
|
|
set -x
|
|
|
cd "$CONFIG"
|
|
cd "$CONFIG"
|
|
|
echo "Building the kernel..."
|
|
echo "Building the kernel..."
|
|
|
- if [[ "${{ inputs.branch }}" == "SM-S928B-Oneui7" || "${{ inputs.branch }}" == "SM-S928B-Oneui8" || "${{ inputs.branch }}" == "SM-S938B-Oneui7" || "${{ inputs.branch }}" == "SM-S931B-Oneui8" ]]; then
|
|
|
|
|
|
|
+ if [[ "${{ inputs.branch }}" == "SM-S928B-Oneui7" || "${{ inputs.branch }}" == "SM-S928B-Oneui8" || "${{ inputs.branch }}" == "SM-S928B-Oneui6.1" || "${{ inputs.branch }}" == "SM-S938B-Oneui7" || "${{ inputs.branch }}" == "SM-S931B-Oneui8" ]]; then
|
|
|
chmod +x build_kernel_GKI.sh
|
|
chmod +x build_kernel_GKI.sh
|
|
|
./build_kernel_GKI.sh || true
|
|
./build_kernel_GKI.sh || true
|
|
|
elif [[ "${{ inputs.branch }}" == "SM-X916B" || "${{ inputs.branch }}" == "SM-F946N-Oneui7" || "${{ inputs.branch }}" == "SM-S916B-Oneui8" || "${{ inputs.branch }}" == "SM-S918B-Oneui8" || "${{ inputs.branch }}" == "SM-F946B-Oneui8" || "${{ inputs.branch }}" == "SM-S901E-Oneui8" ]]; then
|
|
elif [[ "${{ inputs.branch }}" == "SM-X916B" || "${{ inputs.branch }}" == "SM-F946N-Oneui7" || "${{ inputs.branch }}" == "SM-S916B-Oneui8" || "${{ inputs.branch }}" == "SM-S918B-Oneui8" || "${{ inputs.branch }}" == "SM-F946B-Oneui8" || "${{ inputs.branch }}" == "SM-S901E-Oneui8" ]]; then
|
|
@@ -366,7 +366,7 @@ jobs:
|
|
|
# exit 1
|
|
# exit 1
|
|
|
#fi
|
|
#fi
|
|
|
|
|
|
|
|
- if [[ "${{ inputs.branch }}" == "SM-S928B-Oneui7" || "${{ inputs.branch }}" == "SM-S928B-Oneui8" ]]; then
|
|
|
|
|
|
|
+ if [[ "${{ inputs.branch }}" == "SM-S928B-Oneui7" || "${{ inputs.branch }}" == "SM-S928B-Oneui8" || "${{ inputs.branch }}" == "SM-S928B-Oneui6.1" ]]; then
|
|
|
cp ./kernel_platform/sec/dist/Image "$ANYKERNEL3/Image"
|
|
cp ./kernel_platform/sec/dist/Image "$ANYKERNEL3/Image"
|
|
|
elif [[ "${{ inputs.branch }}" == "SM-S938B-Oneui7" || "${{ inputs.branch }}" == "SM-S931B-Oneui8" ]]; then
|
|
elif [[ "${{ inputs.branch }}" == "SM-S938B-Oneui7" || "${{ inputs.branch }}" == "SM-S931B-Oneui8" ]]; then
|
|
|
cp ./kernel_platform/gki/dist/Image "$ANYKERNEL3/Image"
|
|
cp ./kernel_platform/gki/dist/Image "$ANYKERNEL3/Image"
|