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: Nix builds are failing #792

Closed
strager opened this issue Jul 22, 2022 · 4 comments
Closed

CI: Nix builds are failing #792

strager opened this issue Jul 22, 2022 · 4 comments
Assignees

Comments

@strager
Copy link
Collaborator

strager commented Jul 22, 2022

https://github.com/quick-lint/quick-lint-js/runs/7457332759?check_suite_focus=true

quick-lint-js: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

@strager
Copy link
Collaborator Author

strager commented Jul 22, 2022

I bisected it to this Nixpkgs PR: NixOS/nixpkgs#108496

Per my comment, it looks like gcc's libs directory got removed from quick-lint-js exe's runpath. This explains why libstdc++.so.6 can't be found.

@strager strager self-assigned this Jul 22, 2022
@strager
Copy link
Collaborator Author

strager commented Sep 7, 2022

Workaround: NixOS/nixpkgs#190091

@strager
Copy link
Collaborator Author

strager commented Sep 22, 2022

My workaround landed upstream. I'll re-enable the CI jobs.

@strager
Copy link
Collaborator Author

strager commented Sep 22, 2022

Fixed in 8c088ea.

@strager strager closed this as completed Sep 22, 2022
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

No branches or pull requests

1 participant