File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11
11
- name : Maximize build space
12
12
uses : easimon/maximize-build-space@master
13
13
with :
14
- root-reserve-mb : 16384 # 16 GB
15
- temp-reserve-mb : 4096 # 4 GB
16
- swap-size-mb : 16384 # 16 GB
14
+ root-reserve-mb : 8192
15
+ temp-reserve-mb : 4096
16
+ swap-size-mb : 8192
17
17
remove-dotnet : ' true'
18
18
remove-android : ' true'
19
19
remove-haskell : ' true'
@@ -166,6 +166,12 @@ jobs:
166
166
# Run perl command to modify UTS_VERSION
167
167
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
168
168
169
+ - name : Upload oplus_setup.sh as artifact
170
+ uses : actions/upload-artifact@v3
171
+ with :
172
+ name : oplus_setup_file # Name of the artifact
173
+ path : ./$CONFIG/kernel_platform/oplus/build/oplus_setup.sh # Path to the file
174
+
169
175
- name : Build the Kernel
170
176
run : |
171
177
echo "Changing to configuration directory: $CONFIG..."
You can’t perform that action at this time.
0 commit comments