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

Source IBM DB2 CLI driver from GitHub #6632

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

morozov
Copy link
Member

@morozov morozov commented Nov 26, 2024

Fixes #6629.

@morozov morozov added the CI label Nov 26, 2024
@@ -546,7 +546,7 @@ jobs:
- name: "Install IBM DB2 CLI driver"
working-directory: /tmp
run: |
wget https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz
wget https://github.com/ibmdb/db2drivers/raw/refs/heads/main/clidriver/v11.5.9/linuxx64_odbc_cli.tar.gz
Copy link
Member Author

@morozov morozov Nov 26, 2024

Choose a reason for hiding this comment

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

This is the version of the driver referenced by the old URL. I didn't test the newer available version (v12.1.0).

I'm referencing the main branch, not a specific commit because the version is included in the path, so the content of this file is unlikely to change. The file is referenced like this by other scripts within the ibmdb organization (1, 2).

@morozov morozov marked this pull request as ready for review November 26, 2024 17:00
@morozov morozov requested review from greg0ire and derrabus November 26, 2024 17:01
@morozov morozov merged commit 8e8646a into doctrine:3.9.x Nov 26, 2024
65 checks passed
@morozov morozov deleted the issues/6629-ibm-db2-cli-driver branch November 26, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants