File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88 " launchdarkly-server-sdk.c" ,
99 " .github/actions/ci/action.yml" ,
1010 " README.md" ,
11- " scripts/update-versions.sh"
11+ " scripts/update-versions.sh" ,
12+ " scripts/compile.sh"
1213 ]
1314 }
1415 }
Original file line number Diff line number Diff line change 44# the paths fetched by ./get-cpp-sdk-locally.sh.
55
66set -e
7- luarocks make launchdarkly-server-sdk-2.0.1-0.rockspec LD_DIR=./cpp-sdks/build/INSTALL
8- luarocks make launchdarkly-server-sdk-redis-2.0.1-0.rockspec LDREDIS_DIR=./cpp-sdks/build/INSTALL
7+
8+ version=" 2.0.1" # {x-release-please-version }
9+
10+ luarocks make launchdarkly-server-sdk-$version -0.rockspec LD_DIR=./cpp-sdks/build/INSTALL
11+ luarocks make launchdarkly-server-sdk-redis-$version -0.rockspec LDREDIS_DIR=./cpp-sdks/build/INSTALL
You can’t perform that action at this time.
0 commit comments