-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix gac to work with /bin/sh that is not bash #1292
Conversation
etc/ci.sh
Outdated
@@ -79,6 +79,12 @@ cd profiling | |||
./configure $CONFIGFLAGS --with-gaproot=$BUILDDIR | |||
make V=1 | |||
|
|||
# Compile browse package to test gac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need a cd ..
here
Codecov Report
@@ Coverage Diff @@
## master #1292 +/- ##
=======================================
Coverage 61.36% 61.36%
=======================================
Files 916 916
Lines 277218 277218
Branches 15335 15335
=======================================
Hits 170118 170118
Misses 103181 103181
Partials 3919 3919 |
Actually, trying to test build Browse like that won't work, because it also needs a source code change. So I switched this to edim now. |
Without this PR it was not possible to I noticed that for example for the EDIM package after compilation (on Debian 8, x86_64) the |
Yes, perhaps these should be cleared (although we might have to reconsider that when implementing However, this PR is strictly meant to fix the bug; I'd prefer to not also add other changes in here, but instead get it merged ASAP. So perhaps this could be filed as a feature request issue? Or feel free to submit a PR implementing it. To this end, I just pushed a new revision, in an attempt to make the CI tests pass (the previous iteration failed because |
The failure on Windows is another gac bug; I think I know how to fix it, will look into it when I have some time. |
On Windows, we need to link the module (e.g. But I don't have time right now to work on it. |
However, we skip the edim test on HPC-GAP and cygwin, as gac is currently broken on both systems.
The new revision of this PR disables the edim test on Windows, too; and I created issue #1298 to log the problem. |
From my POV this could be merged now. |
No description provided.