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

chore: use kres to manage project #257

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Conversation

frezbo
Copy link
Member

@frezbo frezbo commented Nov 2, 2023

Move to using kres to manage project.

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" \
Copy link
Member Author

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

@smira
Copy link
Member

smira commented Nov 3, 2023

do we have reproducibility test as well?

@frezbo
Copy link
Member Author

frezbo commented Nov 3, 2023

do we have reproducibility test as well?

we never had for extensions, should I add one?

@smira
Copy link
Member

smira commented Nov 3, 2023

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]>
@frezbo
Copy link
Member Author

frezbo commented Nov 3, 2023

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?

added reproducibility too, SOURCE_DATE_EPOCH was missing for some

@frezbo
Copy link
Member Author

frezbo commented Nov 3, 2023

/m

@talos-bot talos-bot merged commit 7c68b1b into siderolabs:main Nov 3, 2023
14 of 15 checks passed
@frezbo frezbo deleted the chore/kresify branch November 3, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants