julia
b86e6471
- Fix `JULIA_CPU_TARGET` being propagated to workers precompiling stdlib pkgimages (#54093)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Fix `JULIA_CPU_TARGET` being propagated to workers precompiling stdlib pkgimages (#54093) Apparently (thanks ChatGPT) each line in a makefile is executed in a separate shell so adding an `export` line on one line does not propagate to the next line.
References
#54093 - Fix `JULIA_CPU_TARGET` being propagated to workers precompiling stdlib pkgimages
Author
KristofferC
Parents
8c2bcf67
Loading