The build has been reworked so that the projects are built the same way. The musl and manylinux builds are recursive where the outer build reruns the build script in the container. This way all build logic is identical.
The default download logic is now flipped so that qirlib will default to build llvm from source unless downloading is opted in.
Closes #107
The build has been reworked so that the projects are built the same way. The
musl
andmanylinux
builds are recursive where the outer build reruns the build script in the container. This way all build logic is identical.The default download logic is now flipped so that qirlib will default to build llvm from source unless downloading is opted in.