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

Fix pip breaking file: support. #73

Merged
merged 5 commits into from
Oct 13, 2021
Merged

Conversation

mithro
Copy link
Contributor

@mithro mithro commented Oct 13, 2021

Fixes #72.

Signed-off-by: Tim 'mithro' Ansell [email protected]

@mithro mithro requested a review from tcal-x October 13, 2021 00:38
@mithro
Copy link
Contributor Author

mithro commented Oct 13, 2021

@tcal-x -- This was the fix right?

@tcal-x
Copy link

tcal-x commented Oct 13, 2021

Yes that's the fix (I found the same fix on symbiflow-examples here: chipsalliance/f4pga-examples@6234464 ). But I don't know what's causing the CI failures.

It seems like Windows has issues with upgrading the pip/wheel installed
via `actions/setup-pyython@v2`.

Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Copy link

@tcal-x tcal-x left a comment

Choose a reason for hiding this comment

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

LGTM

Using the `-m` option makes sure we are using the pip that is available
inside the environment provided by the Python executable, even if `pip`
in the path is setup to use a different Python (for example with a
hard-coded `#!/usr/bin/python`).

Signed-off-by: Tim 'mithro' Ansell <[email protected]>
@mithro
Copy link
Contributor Author

mithro commented Oct 13, 2021

The current CI failures seem to be caused by the antlr module not working, I have pulled in @arn4ud's change from #71 to see if things go green now.

@mithro mithro linked an issue Oct 13, 2021 that may be closed by this pull request
@mithro
Copy link
Contributor Author

mithro commented Oct 13, 2021

As the static builds are the only ones failing now (due to antlr parser not working), I've logged #75 and am going to merge these changes.

@mithro mithro merged commit 3aab631 into chipsalliance:master Oct 13, 2021
@mithro mithro deleted the file-fix branch October 13, 2021 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants