-
Notifications
You must be signed in to change notification settings - Fork 1k
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
nodejs / gulp ContextifyScript error in yarn build #6180
Comments
Cross reference galaxyproject/planemo#803 which looks like a planemo change related to skipping yarn build... |
@peterjc Interesting, I'll see if I can reproduce this. In any event, I'll update the related libraries in a PR. |
@peterjc Forgot to update this issue again earlier. The problem should be fixed in galaxy's dev and 18.05 releases (and, master, as soon as the release is official). (see https://github.com/galaxyproject/galaxy/blob/dev/scripts/common_startup.sh#L240) |
Confirming that testing against the master branch is working again for me now, thanks! |
Cross reference #5972 for the fix itself, pinning the version of node. |
I have been seeing recent planemo test runs fail, during setup of Galaxy master branch (outside of planemo). The change happened about one month ago, noticed by a weekly cron job on TravisCI (my code did not change):
https://travis-ci.org/peterjc/galaxy_blast/jobs/370183281 (four weeks ago), worked
https://travis-ci.org/peterjc/galaxy_blast/jobs/373115719 (three weeks ago), same commit, failed as below
https://travis-ci.org/peterjc/galaxy_blast/jobs/375977735 (two weeks ago), same commit, failed as below
https://travis-ci.org/peterjc/galaxy_blast/jobs/377737346 (10 days ago), different tool commit
https://travis-ci.org/peterjc/galaxy_blast/jobs/378809015 (one week ago), different tool commit
https://travis-ci.org/peterjc/galaxy_blast/jobs/381650523 (today), different tool commit
Possibly related to nodejs/node#20285 suggesting a node version problem?
The text was updated successfully, but these errors were encountered: