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

Fixes. #150

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Fixes. #150

merged 1 commit into from
Jul 28, 2023

Conversation

dvc94ch
Copy link
Contributor

@dvc94ch dvc94ch commented Jul 28, 2023

With these changes I can build the connectors and query the status

@dvc94ch dvc94ch requested a review from Lohann July 28, 2023 14:39
@@ -34,7 +34,7 @@ case "$(uname -m)" in
esac

# Check if the musl linker is installed
"$muslLinker" --version > /dev/null 2>&1 || { echo >&2 "ERROR - requires '$muslLinker' linker for compile"; exit 1; }
# "$muslLinker" --version > /dev/null 2>&1 || { echo >&2 "ERROR - requires '$muslLinker' linker for compile"; exit 1; }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, so you don't need the muslLinker installed to build the docker images?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you do, but what it's called exactly is platform dependent

@dvc94ch dvc94ch merged commit e58b2e4 into master Jul 28, 2023
4 checks passed
@dvc94ch dvc94ch deleted the fixes branch July 28, 2023 14:46
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.

2 participants