-
Notifications
You must be signed in to change notification settings - Fork 1
Add support for specifying arch #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
E.g., for bundling for i686 on x86_64. Also, * Added support for being explicit about arch (if arch is not explicitly specified in PackageBundler.toml juliaup.channel field. * Added platform-dependent IntType to TestPackage, where Serialization fails to deserialize if WORD_SIZE differs from bundling arch to install arch.
3bffdc8 to
4b13d15
Compare
…tested separately Also, * Added a test of bundle removal, which also ensures that no juliaup channels are not left behind. * Ensured that the last test run is for the default arch, so the produced outputs should be usable for isolated_test CI.
I'm not too sure I understand this comment. So is this a feature that can be used instead of just specifying the same kind of information in the environment's |
The idea here is to re-use the environment across arch’s - i.e. to just have the environment |
6542e74 to
60656dd
Compare
|
Updated wrt. #101 ; the included dev container should also make it possible to test this on |
E.g., for bundling for i686 on x86_64.
Also,