Skip to content

Commit

Permalink
cd: fix rockspec publishing
Browse files Browse the repository at this point in the history
The problem is that on Ubuntu 22.04 luarocks v3 from the
`tarantool-common` package is installed, but tarantoolctl
from tarantool 1.10 uses luarocks v2.
See [1] for more details.

[1] tarantool/tarantool#5429 (comment)
  • Loading branch information
LeonidVas committed Feb 28, 2023
1 parent 49cb4a6 commit 0423662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# [1]: https://github.com/luarocks/luarocks/wiki/Types-of-rocks
- uses: tarantool/setup-tarantool@v1
with:
tarantool-version: '1.10'
tarantool-version: '2.10'
- run: tarantoolctl rocks install queue-${{ env.TAG }}-1.rockspec
- run: tarantoolctl rocks pack queue ${{ env.TAG }}

Expand Down

0 comments on commit 0423662

Please sign in to comment.