mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
ci: Delete workaround for #4822
This commit is contained in:
parent
0512be227c
commit
ddda50a38d
1 changed files with 0 additions and 15 deletions
|
|
@ -15,21 +15,6 @@ pip3 install s3cmd
|
||||||
# This will affect the cmake command below.
|
# This will affect the cmake command below.
|
||||||
git config core.abbrev 9
|
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
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local
|
cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue