-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add ESPResSo easyconfig template with software-commit
#1
Conversation
Anything that works is good for me, we may want to add a directory that gets searched automatically for additional easyconfigs ( |
That's a good idea, it'll probably come in handy for installing new dependencies. One other thing I just realised is that we may want to think about a naming convention for the easyconfigs. In this case we are building 4.2.2, but if we were to build from what's in main it would be something like 4.3-dev, so maybe we want to reflect that in the file name. On the other hand, we could remove the version number entirely since the commit is what matters. If this has no other implications then maybe it should be left for the developers to decide. |
Build works locally for this commit 👍 |
Filename doesn't matter much for this experiment, looks good to me. Next steps are: |
bot: build |
1 similar comment
bot: build |
Updates by the bot instance
|
New job on instance
|
bot: build |
Updates by the bot instance
|
New job on instance
|
bot: build |
Updates by the bot instance
|
New job on instance
|
bot: build |
Updates by the bot instance
|
bot: build |
Updates by the bot instance
|
bot: build |
Updates by the bot instance
|
New job on instance
|
bot: build |
Updates by the bot instance
|
Updates by the bot instance
|
Updates by the bot instance
|
Updates by the bot instance
|
Updates by the bot instance
|
New job on instance
|
bot: build |
Updates by the bot instance
|
New job on instance
|
bot: build |
Updates by the bot instance
|
New job on instance
|
bot: build |
Updates by the bot instance
|
New job on instance
|
@Neves-P As discussed, we should try and get those builds done under a |
Agreed! I will merge this PR since we just ingested the installation as is, which we can then manually remove from the s0. 1st one is done! 🥳 |
PR merged! Moved |
This adds a template easyconfig file and associated easystack file to build
ESPReSso
given a specific commit hash. In the easystackfile this hash is specified as an optionsoftware-commit
.I put the easystack in a subdirectory inside the
espresso
directory, but this can be moved somewhere else if that's better.