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

internal/dlopen: fix test and run in CI #412

Merged
merged 1 commit into from
Nov 7, 2022
Merged

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Nov 7, 2022

This adds one missing file that was forgotten during the initial porting. Without that, the test could not even be built.
The internal package is now also properly tested by CI.

Source file is taken verbatim from https://github.com/coreos/pkg/tree/c7d1c02cb6cf99162b9cdbcad2a6a5c10af2ddca/dlopen.

Fixes: #339

This adds one missing file that was forgotten during the initial
porting. Without that, the test could not even be built.
The internal package is now also properly tested by CI.

Source file is taken verbatim from https://github.com/coreos/pkg/tree/c7d1c02cb6cf99162b9cdbcad2a6a5c10af2ddca/dlopen.
@lucab lucab merged commit 43ee42e into coreos:main Nov 7, 2022
@lucab lucab deleted the ups/test-dlopen branch November 7, 2022 11:20
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

Successfully merging this pull request may close these issues.

dlopen_test.go:54:15: undefined: strlen
2 participants