File tree Expand file tree Collapse file tree 5 files changed +1673
-2644
lines changed Expand file tree Collapse file tree 5 files changed +1673
-2644
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ global_job_config:
2626 commands :
2727 - checkout
2828 - export LIBRDKAFKA_COMMIT_HASH="librdkafka_$(git submodule status deps/librdkafka | cut -d' ' -f1)"
29- - if [[ $(command cache) ]]; then cache restore "$LIBRDKAFKA_COMMIT_HASH" ; fi
3029 - git submodule update --init --recursive
3130 epilogue :
3231 commands :
@@ -106,7 +105,6 @@ blocks:
106105 prologue :
107106 commands :
108107 - export CKJS_LINKING=dynamic
109- - if [[ $(command cache) ]]; then cache restore; fi
110108 - npm run install-from-source
111109 - if [[ $(command cache) ]]; then cache store; fi
112110 jobs :
Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
5252 return list ;
5353} ;
5454
55- util . bindingVersion = '1.6.0-rc2 ' ;
55+ util . bindingVersion = '1.6.0-rc3 ' ;
You can’t perform that action at this time.
0 commit comments