Skip to content
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

pre_command(s) #11

Closed
jayvdb opened this issue Nov 26, 2021 · 2 comments
Closed

pre_command(s) #11

jayvdb opened this issue Nov 26, 2021 · 2 comments

Comments

@jayvdb
Copy link
Contributor

jayvdb commented Nov 26, 2021

It would be useful to have a pre_command which is run after the debian installs are done, before any type of build/preset.

e.g. I need to add ln -s /usr/lib/x86_64-linux-gnu/cmake/cmake/Poco/ /usr/lib/cmake/ in order to workaround pocoproject/poco#3244

The debian poco also fails because it depends on Pcre::Pcre, and the pcre dev package doesnt include the .cmake files, so another workaround will be needed after that.

@jayvdb
Copy link
Contributor Author

jayvdb commented Nov 27, 2021

libpoco-dev has been fixed in debian unstable .. now the question is how to use sid with this GitHub Action.

@jayvdb
Copy link
Contributor Author

jayvdb commented Nov 28, 2021

I've built my own sid image of this github action, and the poco debian maintainer is also pushing the fixes to bullseye, so my need has two ways of being met, and thus this issue is no longer a high priority for me.

I still need to use build using nvidia packages so some mechanism for doing that would still be helpful, but forks of this github action are still more appropriate for me as it allows me to use an image which already has all my deps pre-installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant