1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 08:47:36 +00:00

Meta: Make check-symbols.sh use the correct build directory

Since the build now happens in Build/$SERENITY_ARCH/ and not in Build/,
this updates check-symbols.sh to use the correct directory to check the
LibC symbols in. For some reason, the constant failures did not show
up as errors in CI.
This commit is contained in:
creator1creeper1 2022-01-14 13:26:23 +01:00 committed by Linus Groh
parent c6a0365c58
commit 7851151cfb
2 changed files with 6 additions and 3 deletions

View file

@ -180,6 +180,8 @@ jobs:
run: ccache -s
- name: Lint (Phase 2/2)
working-directory: ${{ github.workspace }}/Meta
env:
SERENITY_ARCH: ${{ matrix.arch }}
run: ./check-symbols.sh
- name: Create Serenity Rootfs