Skip to content

Commit

Permalink
Meta: Remove check-symbols.sh
Browse files Browse the repository at this point in the history
check-symbols.sh had been dealing with libc.a which we don't provide
anymore.
  • Loading branch information
DanShaders authored and ADKaster committed May 8, 2024
1 parent b0b1817 commit 8d3eb93
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

# === PREPARE FOR BUILDING ===

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

- name: Restore Caches
Expand Down Expand Up @@ -135,12 +135,6 @@ jobs:
toolchain_prebuilt_primary_key: ${{ steps.cache-restore.outputs.toolchain_prebuilt_primary_key }}
toolchain_prebuilt_hit: ${{ steps.cache-restore.outputs.toolchain_prebuilt_hit }}

- name: Lint (Phase 2/2)
working-directory: ${{ github.workspace }}/Meta
env:
SERENITY_ARCH: ${{ matrix.arch }}
run: ./check-symbols.sh

- name: Create Serenity Rootfs
if: ${{ matrix.debug-options == 'NORMAL_DEBUG' }}
working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }}
Expand Down
25 changes: 0 additions & 25 deletions Meta/check-symbols.sh

This file was deleted.

2 changes: 0 additions & 2 deletions Meta/lint-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,4 @@ if [ "$ports" = true ]; then
fi
fi

echo "(Also look out for check-symbols.sh, which can only be executed after the build!)"

exit "${FAILURES}"

0 comments on commit 8d3eb93

Please sign in to comment.