Skip to content

Commit 305732e

Browse files
committed
revert ci script change
1 parent fb3f44c commit 305732e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ci/scripts/c_glib_build.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,6 @@ meson setup \
7777
"${build_dir}" \
7878
"${source_dir}"
7979

80-
SUBPROJECTS="
81-
arrow-dataset-glib
82-
arrow-flight-glib
83-
arrow-flight-sql-glib
84-
arrow-glib
85-
"
86-
87-
for proj in ${SUBPROJECTS} ; do
88-
python3 -c "import sys; f = sys.argv[1]; d = open(f).read().replace('\r\n', '\n'); open(f, 'w').write(d)" "${build_dir}/${proj}/version.h"
89-
python3 -c "import sys; print(sys.stdin.read().replace('\r\n', '%CRCR%\n'), end='')" "${build_dir}/${proj}/version.h"
90-
done
91-
9280
pushd "${build_dir}"
9381
ninja
9482
ninja install

0 commit comments

Comments
 (0)