-
Notifications
You must be signed in to change notification settings - Fork 119
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
chore: use kres to manage project #257
Conversation
build: | ||
- | | ||
export PKG_CONFIG_PATH=/usr/lib/pkgconfig | ||
|
||
# musl doesn't have glob_onlydir but by spec it's also not guaranteed to return only dirs anyway | ||
mkdir -p output | ||
|
||
LDFLAGS="$LDFLAGS -L/usr/local/lib" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the make
way of building was already deprecated for iscsi-tools
for a while, bringing in gcc 13 broke the build, so switch to meson
do we have reproducibility test as well? |
we never had for extensions, should I add one? |
might be great to have it... less of an issue now, but we should be reproducible? |
Move to using kres to manage project. Signed-off-by: Noel Georgi <[email protected]>
added reproducibility too, |
/m |
Move to using kres to manage project.