Skip to content
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

Install SWIG with apt-get #637

Merged
merged 1 commit into from
Feb 26, 2021
Merged

Install SWIG with apt-get #637

merged 1 commit into from
Feb 26, 2021

Conversation

jwiggins
Copy link
Member

@jwiggins jwiggins commented Feb 26, 2021

The cron job is still broken because it was trying to get SWIG from PyPI. The correct source for SWIG is apt-get.

And after one test run, celiagg also needs to be installed but we can get that from PyPI.

@@ -44,13 +44,15 @@ jobs:
run: sudo apt-get install libglu1-mesa-dev
- name: Install build dependencies
run: |
sudo apt-get install swig
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sure how this will fix the issue because I thought Swig 4.x breaks the agg backend - #360. And IIUC, CI on this PR won't break because this is a cron job.

Can you edit the job schedule to make it run in this PR so that we can verify that this PR fixes the cron job?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works: https://github.com/enthought/enable/runs/1986218229

This is because we restrict the jobs to Ubuntu 18.04 precisely because of #360.

@rahulporuri rahulporuri self-requested a review February 26, 2021 10:27
@rahulporuri rahulporuri added this to In progress in Enthought OSS Q1 2021 Feb 26, 2021
Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jwiggins jwiggins merged commit bced5a3 into master Feb 26, 2021
Enthought OSS Q1 2021 automation moved this from In progress to Done Feb 26, 2021
@jwiggins jwiggins deleted the fix/cronjob-again branch February 26, 2021 11:57
@jwiggins
Copy link
Member Author

Thanks for the review

@rahulporuri rahulporuri moved this from Done to Sprint 3 : Feb 8 2021 - Feb 26 2021 in Enthought OSS Q1 2021 Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Enthought OSS Q1 2021
Sprint 3 : Feb 8 2021 - Feb 26 2021
Development

Successfully merging this pull request may close these issues.

None yet

2 participants