* Add export PKG_CONFIG_ALLOW_CROSS to PreCompile.sh (#55909)
From the rust-g README
* Add export PKG_CONFIG_ALLOW_CROSS to PreCompile.sh
Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
* Update precompile.sh with the one I had to use to get everything to work (#55304)
Some notes:
* failures are hard to deal with if so many installs are behind narrowly scoped checks. This should be improved. for instance rustup failing meant it never ran again. even if you fixed the cause.
* you have to install the 64 bit version of openssl too or pkg-config can't find it.
* rustup was not in path
* setting a target changes the path the .so is dumped out to.
I don't care how ugly and bad this is, this is likely what will get used in production unless somebody hands me a better working version.
side-note: move to debian based docker images when?
* Update precompile.sh with the one I had to use to get everything to work
Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
* Better script for docker (#54501)
The linux one shot script is not a drop-in for the docker script. Let's separate the two.
* Better script for docker
Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>