File tree 3 files changed +1
-34
lines changed
3 files changed +1
-34
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# === PREPARE FOR BUILDING ===
53
53
54
- - name : Lint (Phase 1/2)
54
+ - name : Lint
55
55
run : ${{ github.workspace }}/Meta/lint-ci.sh
56
56
57
57
- name : Restore Caches
@@ -135,12 +135,6 @@ jobs:
135
135
toolchain_prebuilt_primary_key : ${{ steps.cache-restore.outputs.toolchain_prebuilt_primary_key }}
136
136
toolchain_prebuilt_hit : ${{ steps.cache-restore.outputs.toolchain_prebuilt_hit }}
137
137
138
- - name : Lint (Phase 2/2)
139
- working-directory : ${{ github.workspace }}/Meta
140
- env :
141
- SERENITY_ARCH : ${{ matrix.arch }}
142
- run : ./check-symbols.sh
143
-
144
138
- name : Create Serenity Rootfs
145
139
if : ${{ matrix.debug-options == 'NORMAL_DEBUG' }}
146
140
working-directory : ${{ github.workspace }}/Build/${{ matrix.arch }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -75,6 +75,4 @@ if [ "$ports" = true ]; then
75
75
fi
76
76
fi
77
77
78
- echo " (Also look out for check-symbols.sh, which can only be executed after the build!)"
79
-
80
78
exit " ${FAILURES} "
You can’t perform that action at this time.
0 commit comments