We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7b7da commit de76f03Copy full SHA for de76f03
.semaphore/semaphore.yml
@@ -123,6 +123,10 @@ blocks:
123
value: "0.02"
124
prologue:
125
commands:
126
+ - wget -qO - https://packages.confluent.io/deb/7.7/archive.key | sudo apt-key add -
127
+ - sudo add-apt-repository "deb https://packages.confluent.io/clients/deb $(lsb_release -cs) main"
128
+ - sudo apt-get update
129
+ - sudo apt-get install -y build-essential gcc g++ make python3
130
- sudo apt-get install -y librdkafka-dev bc
131
- export CKJS_LINKING=dynamic
132
- export BUILD_LIBRDKAFKA=0
0 commit comments