Add OCaml compiler support#1382
Conversation
cd01325 to
0d7caa5
Compare
|
Tried to run the tests locally but ran into: |
0d7caa5 to
f0b86a5
Compare
|
Where do the |
|
You mean the https://github.com/JuliaBinaryWrappers/HelloWorldC_jll.jl package? That (and friend) are normal packages in Yggdrasil. |
|
That provides BinaryBuilder.jl/test/building.jl Lines 139 to 150 in 515bf75 Because those fail during testing: |
|
Ah, the testsuite is in https://github.com/JuliaPackaging/Yggdrasil/tree/1faf9cffaaeff93f8e9c0ae48b2e75ec19545147/0_RootFS/Rootfs/bundled/testsuite, needs building a new RootFS as well... This is an area where BB2 would hopefully be better and we can dynamically generate all these extra files on the file in one package, instead of having to build a new layer for each thing.... |
|
So that just needs to contain the source files of a |
Yes, it pretty much needs a Makefile to generate the executable and that's it.
Uhm, if I remember correctly that testsuite is also in BinaryBuilder tests, you'd need to duplicate the generation. For quick testing is probably fine, I think it'd be nicer to eventually have the Makefile in the testsuite though. |
0e3e540 to
ecaf806
Compare
|
I added a test to the RootFS as part of JuliaPackaging/Yggdrasil#11146 and bumped it in JuliaPackaging/BinaryBuilderBase.jl#425. |
No description provided.