Sam Stuewe
Sam Stuewe
I know why this is happening actually (it's actually a good reason for why the config-generator should be in `tools`); it's because the linter is run on all things in...
@ykaravas, hmm, that's interesting. There is a `.clang-tidy` defined at the root of the repo, but I'm unsure of which checks the linter would run underneath `/config` if it didn't...
> @HalosGhost I received email with your reply regarding scripts.sh but i cannot seem to find where that is here on github anywhere. I could have sworn i had fixed...
The specific error is [here](https://github.com/mit-dci/opencbdc-tx/actions/runs/3048785772/jobs/4924688567#step:5:1532): ``` cp: cannot stat '/home/runner/work/opencbdc-tx/opencbdc-tx/scripts/../config/tools/*.tmpl': No such file or directory ``` In particular, it looks like the culprit is [this line](https://github.com/mit-dci/opencbdc-tx/pull/138/files?diff=unified&w=0#diff-52afcc694c0ff8ff253441f42ff44d6b4734fe30ae9070f2ba07a668a10e7baaR179). Looking at the changed-files...
@ykaravas looks like you have it handled. utACK. Will test locally ASAP (heads-up that the next few days are rather busy on my end so it might be a little...
@ykaravas I've started taking another look at this and I'm getting stumped earlier in the process. Namely, the test suite seems to hang indefinitely for me on the config-test validation....
@ykaravas I'm so sorry, I accidentally edited your comment rather than replying! I've copied the result of my edit below for clarity, and I returned your comment to its original...
@ykaravas I'm still a little unsure of what's happening. But, the test suite is still hanging indefinitely for me. I'm going to stepwise debug it here in the next couple...
@ykaravas nothing immediately comes to mind. Stepwise debugging on my side is the next reasonable step; sorry I've not been able to do so earlier!
Ah, I've found what's wrong. It's a bit of fragility, but I'm not actually sure of a pleasant way to fix it. My clone is not named `opencbdc-tx`. As a...