Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions etc/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ do
# also skip itc because it requires xgap
rm -rf itc*

if [[ x"$ABI" != "x32" ]]
then
# HACK: disable some packages in 64bit mode for now. Otherwise they
# builds, but loading fails with an "undefined symbol: atexit" error
rm -rf digraphs*
rm -rf float*
fi

cd ..
# Load GAP (without packages) and save workspace to speed up test.
# Also, save names of all packages into a file to be able to iterate over them
Expand Down