xx-cargo: fix vendor for pkg-config and clang#108
xx-cargo: fix vendor for pkg-config and clang#108jprendes wants to merge 1 commit intotonistiigi:masterfrom
Conversation
|
Does https://github.com/tonistiigi/xx/pull/90/files#diff-569650ba88094e023d2e66147417439ceeba349a6925868177e4628758830d3e do the same thing or are the functional differences? This XX_VENDOR, XX_RUSTUP switching is generally a bit of a mess and would need some docs that make the behavior clear in some follow-up. |
|
Signed-off-by: Jorge Prendes <[email protected]>
|
I ran into this today while trying to build something that uses the Swapping to @jprendes fork worked, while #90 did not (the Rust/WASM PR branch fails with "pkg-config has not been configured to support cross-compilation" and has |
|
Discussed this with @crazy-max and he will work on a regression test for this. Without regression tests it is very hard for any change in these |
|
This still appears to be an issue for the |
|
I just ran into the issue addressed by this PR while cross-compiling the In that PR, I worked around this issue by invoking Hopefully, my two cents will help someone, somewhere, with the task of getting their project built 🤞 |
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
- removes a lot of additional configuration lines from the Dockerfile - includes the workaround for the `openssl-sys` build issues with improper `pkg-config` setup - for reference: tonistiigi/xx#108 (comment)
This should fix #107 .