Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ global_job_config:
commands:
- checkout
- export LIBRDKAFKA_COMMIT_HASH="librdkafka_$(git submodule status deps/librdkafka | cut -d' ' -f1)"
- if [[ $(command cache) ]]; then cache restore "$LIBRDKAFKA_COMMIT_HASH" ; fi
- git submodule update --init --recursive
epilogue:
commands:
Expand Down Expand Up @@ -106,7 +105,6 @@ blocks:
prologue:
commands:
- export CKJS_LINKING=dynamic
- if [[ $(command cache) ]]; then cache restore; fi
- npm run install-from-source
- if [[ $(command cache) ]]; then cache store; fi
jobs:
Expand Down
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
return list;
};

util.bindingVersion = '1.6.0-rc2';
util.bindingVersion = '1.6.0-rc3';
Loading