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

ci: disable sccache #15

Merged
merged 1 commit into from
Apr 19, 2024
Merged

ci: disable sccache #15

merged 1 commit into from
Apr 19, 2024

Conversation

charles-cooper
Copy link
Collaborator

@charles-cooper charles-cooper commented Apr 18, 2024

currently published wheels bark with

ImportError: /home/charles/.venvs/vyper/lib/python3.11/site-packages/pyrevm/pyrevm.cpython-311-x86_64-linux-gnu.so: undefined symbol: blst_p2_to_affine

apparently, when sccache is enabled, libblst (incorrectly) gets linked dynamically instead of statically.

when sccache is enabled, libblst (incorrecly) gets linked dynamically
instead of statically.
@charles-cooper charles-cooper marked this pull request as ready for review April 19, 2024 12:04
@charles-cooper charles-cooper changed the title try cffi bindings ci: disable sccache Apr 19, 2024
@@ -72,7 +71,6 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Copy link
Contributor

Choose a reason for hiding this comment

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

Were the windows and mac builds also borked? The binaries seemed consistent

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i did not check, but i assume so

@charles-cooper
Copy link
Collaborator Author

i've created an issue upstream: PyO3/maturin-action#260

@charles-cooper charles-cooper merged commit 1beff25 into master Apr 19, 2024
11 of 12 checks passed
@charles-cooper charles-cooper deleted the cffi branch April 19, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants