From a2de162cd95dadc2b8c95e2822ab2fbd7d0cd543 Mon Sep 17 00:00:00 2001 From: Zentrik Date: Sun, 21 Apr 2024 12:59:48 +0100 Subject: [PATCH] Remove `-Werror` till https://github.com/JuliaLang/julia/pull/53897 merges --- pipelines/main/platforms/build_linux.pgo_lto.arches | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/main/platforms/build_linux.pgo_lto.arches b/pipelines/main/platforms/build_linux.pgo_lto.arches index 126aacc6..5e3d118c 100644 --- a/pipelines/main/platforms/build_linux.pgo_lto.arches +++ b/pipelines/main/platforms/build_linux.pgo_lto.arches @@ -1,5 +1,5 @@ -# ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS USE_JULIA_PGO_LTO MAKE_FLAGS TIMEOUT ROOTFS_TAG ROOTFS_HASH -llvm_passes x86_64-linux-gnu x86_64 x86_64 PGO_LTO JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 0badf5d8794e21a03ac2ff2d46c1ab538ac02571 +# ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS USE_JULIA_PGO_LTO MAKE_FLAGS TIMEOUT ROOTFS_TAG ROOTFS_HASH +llvm_passes x86_64-linux-gnu x86_64 x86_64 . . v6.00 0badf5d8794e21a03ac2ff2d46c1ab538ac02571 # These special lines allow us to embed default values for the columns above. # Any column without a default mapping here will simply substitute a `.` to the empty string