authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-03-27 20:13:23+01:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-03-27 20:13:23+01:00
logddda50a38d63fddb87693b8331dc948d458a42a1
treec805766c793ffa4191708884440052150f7669d1
parent0512be227c76ade696de07929f30367468b91c19

ci: Delete workaround for #4822


1 files changed, 0 insertions(+), 15 deletions(-)

ci/drone/linux_script-15
......@@ -15,21 +15,6 @@ pip3 install s3cmd
1515# This will affect the cmake command below.
1616git config core.abbrev 9
1717
18# This patch is a workaround for
19# https://github.com/ziglang/zig/issues/4822
20patch <<'END_PATCH'
21--- CMakeLists.txt
22+++ CMakeLists.txt
23@@ -430,7 +430,6 @@ set(BUILD_LIBSTAGE2_ARGS "build-lib"
24 --cache on
25 --output-dir "${CMAKE_BINARY_DIR}"
26 ${LIBSTAGE2_RELEASE_ARG}
27- --bundle-compiler-rt
28 -fPIC
29 -lc
30 ${LIBSTAGE2_WINDOWS_ARGS}
31END_PATCH
32
3318mkdir build
3419cd build
3520cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local