File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 74
74
ln -s $(which ccache) llvm-objdump
75
75
ln -s $(which ccache) llvm-readelf
76
76
ln -s $(which ccache) llvm-strip
77
- echo "PATH=~ /ccache-links:$PATH" >> $GITHUB_ENV
77
+ echo "PATH=$HOME /ccache-links:$PATH" >> $GITHUB_ENV
78
78
79
79
# Configure ccache
80
80
- name : Configure ccache
93
93
restore-keys : |
94
94
ccache-${{ inputs.model }}-
95
95
96
+ - name : Verify ccache and clang
97
+ run : |
98
+ which ccache || echo "ccache not found!"
99
+ which clang || echo "clang not found!"
100
+
96
101
- name : Set CONFIG Environment Variable
97
102
run : |
98
103
CONFIG="${{ inputs.model }}"
@@ -244,11 +249,6 @@ jobs:
244
249
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
245
250
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"}' ./msm-kernel/scripts/mkcompile_h
246
251
247
- - name : Verify ccache and clang
248
- run : |
249
- which ccache || echo "ccache not found!"
250
- which clang || echo "clang not found!"
251
-
252
252
- name : Build the Kernel
253
253
run : |
254
254
echo "Changing to configuration directory: $CONFIG..."
You can’t perform that action at this time.
0 commit comments