-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: add DB2 CLI libraries #385
base: main
Are you sure you want to change the base?
Conversation
This pull request does not have a backport label. Could you fix it @kuisathaverat? 🙏
|
f8a77e8
to
9c69f3a
Compare
The pipeline is failing in make -C go build |
@pazone Could you contact the owners of the BK pipeline? |
@kuisathaverat #386 fixes the issue |
💚 Build Succeeded
History
|
💚 Build Succeeded
History
|
💚 Build Succeeded
History
|
@@ -77,6 +77,11 @@ RUN curl -sSLO https://storage.googleapis.com/obs-ci-cache/beats/WpdPack_4_1_2.z | |||
--output-lib /libpcap/win/WpdPack/Lib/x64/libwpcap.a \ | |||
--input-def /libpcap/win/WpdPack/wpcap.def | |||
|
|||
RUN go install github.com/ibmdb/go_ibm_db/[email protected] \ |
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.
- As the driver library version is hardcoded here. Is there a way we could remove the dependency and use the latest version?
- I don't think it would be possible as we run the
setup
script below by locating the installation folder. Just to check if its possible.
Add DB2 CLI libraries