File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
build-kernel-a14-6-1-kernelsu-susfs :
8
- runs-on : ubuntu-22.04
8
+ runs-on : ubuntu-latest
9
9
10
10
steps :
11
11
- name : Maximize build space
@@ -171,12 +171,6 @@ jobs:
171
171
# Run perl command to modify UTS_VERSION
172
172
perl -pi -e 's{UTS_VERSION="\$\(echo \$UTS_VERSION \$CONFIG_FLAGS \$TIMESTAMP \| cut -b -\$UTS_LEN\)"}{UTS_VERSION="#1 SMP PREEMPT Sat Apr 20 04:20:00 UTC 2024"}' ./common/scripts/mkcompile_h
173
173
174
- - name : Upload oplus_setup.sh as artifact
175
- uses : actions/upload-artifact@v3
176
- with :
177
- name : oplus_setup_file # Name of the artifact
178
- path : ./${{ env.CONFIG }}/kernel_platform/oplus/build/oplus_setup.sh # Path to the file
179
-
180
174
- name : Build the Kernel
181
175
run : |
182
176
echo "Changing to configuration directory: $CONFIG..."
You can’t perform that action at this time.
0 commit comments