Skip to content

Commit 92be742

Browse files
authored
fix: after update tag to 2.0.1 rockspec was also updated (#52)
**Requirements** - [x] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [x] I have validated my changes against all supported platform versions **Related issues** No related issues **Describe the solution you've provided** After updating tag to 2.0.1, rockspec was also updated, but the compile script was not. **Describe alternatives you've considered** Update compile script to read the new version of the rockspec. **Additional context** Found it after trying to compile it again with the new update version.
1 parent f08e5ae commit 92be742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# the paths fetched by ./get-cpp-sdk-locally.sh.
55

66
set -e
7-
luarocks make launchdarkly-server-sdk-1.0-0.rockspec LD_DIR=./cpp-sdks/build/INSTALL
8-
luarocks make launchdarkly-server-sdk-redis-1.0-0.rockspec LDREDIS_DIR=./cpp-sdks/build/INSTALL
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

0 commit comments

Comments
 (0)