File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
21
21
LDFLAGS=" ${LDFLAGS} -L/usr/local/lib -lkrb5 -lgssapi_krb5 -llmdb" \
22
22
DOWNLOAD_URL=" https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
23
23
VERSION=" ${kafka_version} " \
24
- SHA256=" 5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25 " \
24
+ SHA256=" 004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a " \
25
25
RELATIVE_PATH=" librdkafka-{{version}}" \
26
26
bash install-from-source.sh --enable-sasl --enable-curl
27
27
always_build+=(" confluent-kafka" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
18
18
LDFLAGS=" ${LDFLAGS} -L/usr/local/lib -lkrb5 -lgssapi_krb5 -llmdb" \
19
19
DOWNLOAD_URL=" https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
20
20
VERSION=" ${kafka_version} " \
21
- SHA256=" 5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25 " \
21
+ SHA256=" 004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a " \
22
22
RELATIVE_PATH=" librdkafka-{{version}}" \
23
23
bash install-from-source.sh --enable-sasl --enable-curl
24
24
always_build+=(" confluent-kafka" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
13
13
LDFLAGS=" ${LDFLAGS} -L${DD_PREFIX_PATH} /lib -lgssapi_krb5 -llmdb" \
14
14
DOWNLOAD_URL=" https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
15
15
VERSION=" ${kafka_version} " \
16
- SHA256=" 5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25 " \
16
+ SHA256=" 004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a " \
17
17
RELATIVE_PATH=" librdkafka-{{version}}" \
18
18
bash install-from-source.sh --prefix=" ${DD_PREFIX_PATH} " --enable-sasl --enable-curl
19
19
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Write-Host "Will build librdkafka $kafka_version"
12
12
Get-RemoteFile `
13
13
- Uri " https://github.com/confluentinc/librdkafka/archive/refs/tags/v${kafka_version} .tar.gz" `
14
14
- Path " librdkafka-${kafka_version} .tar.gz" `
15
- - Hash ' 5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25 '
15
+ - Hash ' 004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a '
16
16
7z x " librdkafka-${kafka_version} .tar.gz" - o" C:\"
17
17
7z x " C:\librdkafka-${kafka_version} .tar" - o" C:\librdkafka"
18
18
Remove-Item " librdkafka-${kafka_version} .tar.gz"
Original file line number Diff line number Diff line change 5
5
# Also bump the LIBRDKAFKA_VERSION version in this file
6
6
post-install-commands = [
7
7
" python -m pip uninstall -y confluent-kafka" ,
8
- " python -m pip install --no-binary confluent-kafka confluent-kafka==2.8 .0" ,
8
+ " python -m pip install --no-binary confluent-kafka confluent-kafka==2.10 .0" ,
9
9
]
10
10
11
11
[envs .default .env-vars ]
You can’t perform that action at this time.
0 commit comments