From ddda50a38d63fddb87693b8331dc948d458a42a1 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Fri, 27 Mar 2020 20:13:23 +0100 Subject: [PATCH] ci: Delete workaround for #4822 --- ci/drone/linux_script | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/ci/drone/linux_script b/ci/drone/linux_script index da20068480..ca587eed8f 100755 --- a/ci/drone/linux_script +++ b/ci/drone/linux_script @@ -15,21 +15,6 @@ pip3 install s3cmd # This will affect the cmake command below. git config core.abbrev 9 -# This patch is a workaround for -# https://github.com/ziglang/zig/issues/4822 -patch <<'END_PATCH' ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -430,7 +430,6 @@ set(BUILD_LIBSTAGE2_ARGS "build-lib" - --cache on - --output-dir "${CMAKE_BINARY_DIR}" - ${LIBSTAGE2_RELEASE_ARG} -- --bundle-compiler-rt - -fPIC - -lc - ${LIBSTAGE2_WINDOWS_ARGS} -END_PATCH - mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local