We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the ubi9 image registry.access.redhat.com/ubi9/ubi
registry.access.redhat.com/ubi9/ubi
Same error seen with default static linking and dynamic linking/bundled duckdb lib
go version go1.21.5 linux/amd64 CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -ldflags '-w' -o bin/duckdb-test_linux main.go . . . # runtime/cgo gcc: error: unrecognized command-line option '-m64'
go version go1.21.5 linux/amd64 CGO_ENABLED=1 CGO_LDFLAGS="-L/opt/app-root/src/libduckdb-linux-amd64" GOOS=linux GOARCH=amd64 go build -tags=duckdb_use_lib -o bin/duckdb-test_linux main.go . . . # runtime/cgo gcc: error: unrecognized command-line option '-m64'
The text was updated successfully, but these errors were encountered:
I was able to reproduce it. But I need to dig deeper and keep you updated. But it will take some time.
Sorry, something went wrong.
No branches or pull requests
Using the ubi9 image
registry.access.redhat.com/ubi9/ubi
Same error seen with default static linking and dynamic linking/bundled duckdb lib
The text was updated successfully, but these errors were encountered: