Skip to content

Commit 8d3eb93

Browse files
DanShadersADKaster
authored andcommitted
Meta: Remove check-symbols.sh
check-symbols.sh had been dealing with libc.a which we don't provide anymore.
1 parent b0b1817 commit 8d3eb93

File tree

3 files changed

+1
-34
lines changed

3 files changed

+1
-34
lines changed

.github/workflows/cmake.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# === PREPARE FOR BUILDING ===
5353

54-
- name: Lint (Phase 1/2)
54+
- name: Lint
5555
run: ${{ github.workspace }}/Meta/lint-ci.sh
5656

5757
- name: Restore Caches
@@ -135,12 +135,6 @@ jobs:
135135
toolchain_prebuilt_primary_key: ${{ steps.cache-restore.outputs.toolchain_prebuilt_primary_key }}
136136
toolchain_prebuilt_hit: ${{ steps.cache-restore.outputs.toolchain_prebuilt_hit }}
137137

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-
144138
- name: Create Serenity Rootfs
145139
if: ${{ matrix.debug-options == 'NORMAL_DEBUG' }}
146140
working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }}

Meta/check-symbols.sh

-25
This file was deleted.

Meta/lint-ci.sh

-2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,4 @@ if [ "$ports" = true ]; then
7575
fi
7676
fi
7777

78-
echo "(Also look out for check-symbols.sh, which can only be executed after the build!)"
79-
8078
exit "${FAILURES}"

0 commit comments

Comments
 (0)