summaryrefslogtreecommitdiff
path: root/Meta/check-symbols.sh
AgeCommit message (Collapse)Author
2022-10-03Meta: Make x86-64 target the defaultLiav A
This is a preparation to check if our users find noticeable bugs in the x86-64 target, before we can decide if we want to remove the i686 target for good.
2022-01-15Meta: Make check-symbols.sh use the correct build directorycreator1creeper1
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.
2021-03-19CI: Don't fail check-symbols if symbol is defiend somewhere elseItamar
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-07Meta: Fix shellcheck whines in check-symbols.shAndreas Kling
2020-09-06Travis: Run script that checks for forbidden symbols in LibCItamar
check-symbols.sh fails the build if undefined __cx_guard_* symbols are found in LibC. This will help us catch port breakage sooner.