EESSI / eessi-bot-software-layer

Bot to help with requests to add software installations to the EESSI software layer
GNU General Public License v2.0
0 stars 18 forks source link

implement exportvariable filter #288

Open smoors opened 2 weeks ago

smoors commented 2 weeks ago

fixes https://github.com/EESSI/eessi-bot-software-layer/issues/281

this implements the approach suggested by @boegel in the issue: if the filter is specified in a comment, file bot/export_vars.sh is created and sourced before running the bot/build.sh script

notes:

example usage:

bot: build arch:zen4 export:MYVAR1=myval1 export:MYVAR2=myval2

UPDATE 2024-11-23