From 4458a517256ab1e3d78953e91ce3eea43ba7eeef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:35:07 +0000 Subject: [PATCH] Use `-Werror` for building `aarch64-linux-gnu` (#401) With https://github.com/JuliaLang/julia/pull/45729 and https://github.com/JuliaLang/julia/pull/56480 we cleared all the warnings appearing while compiling Julia on this platform, so we can enforce `-Werror` on CI now. --- pipelines/main/platforms/build_linux.arches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/main/platforms/build_linux.arches b/pipelines/main/platforms/build_linux.arches index 74521d0d..931c0e01 100644 --- a/pipelines/main/platforms/build_linux.arches +++ b/pipelines/main/platforms/build_linux.arches @@ -3,7 +3,7 @@ package_linux i686-linux-gnu x86_64 i686 package_linux x86_64-linux-gnu x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 4dcde853eb5baaa0a8f087b633eaf955dc94b5dc package_linux x86_64-linux-gnuassert x86_64 x86_64 FORCE_ASSERTIONS=1,LLVM_ASSERTIONS=1,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 4dcde853eb5baaa0a8f087b633eaf955dc94b5dc package_linux x86_64-linux-gnuprofiling x86_64 x86_64 WITH_TRACY=1,WITH_ITTAPI=1,WITH_TIMING_COUNTS=1,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 4dcde853eb5baaa0a8f087b633eaf955dc94b5dc -package_linux aarch64-linux-gnu aarch64 aarch64 . . v6.00 e32c05f36d0a5bb0f94a17d99647f0b3352a8256 +package_linux aarch64-linux-gnu aarch64 aarch64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 e32c05f36d0a5bb0f94a17d99647f0b3352a8256 package_linux powerpc64le-linux-gnu powerpc64le powerpc64le . . v6.00 a7e3fe07d581d5c97e2c7aca85b2273597f21c0b package_linux powerpc64le-linux-gnuassert powerpc64le powerpc64le FORCE_ASSERTIONS=1,LLVM_ASSERTIONS=1 . v6.00 a7e3fe07d581d5c97e2c7aca85b2273597f21c0b # package_musl x86_64-linux-musl x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 948ca1e496231e4c280c236a3e9bb01c95c2cda5