Skip to content

Commit 8c8d06c

Browse files
committed
we need to compile eusg with --no-as-needed, otherwise eusg removes depenency to libeusgeo.so, because no functions is used in eusg. This was fixed in previous commit, so we can new use intersection3 and homogenize
1 parent 8059aca commit 8c8d06c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ jobs:
192192
export QEMU_LD_PREFIX=/usr/aarch64-linux-gnu/
193193
set -xe
194194
sed -i 's/* 20 vmrss-orig/* 30 vmrss-orig/' test/object.l ## relax test, not sure why...
195-
sed -i '/triangulation-intersection3/i #+:cross-environment-can-not-load-libeusgl?' test/geo.l ## can not load intersection.c, not sure why...
196-
sed -i '/geo::homogenize/,+1s/^/;;/' test/vector.l ## homogenize is also defined in intersection.c
197195
sed -i 's/\(i-max\ [0-9]0\)0*/\1/' test/*.l ## reduce iteration number to pass test....
198196
sed -i 's/(dotimes (i 1000)/(dotimes (i 1)/' test/*.l ## reduce iteration number to pass test....
199197
cat test/object.l

0 commit comments

Comments
 (0)