Skip to content

Commit

Permalink
Revert "rocks: bump luarocks"
Browse files Browse the repository at this point in the history
This reverts commit b4b0bf3.
  • Loading branch information
themilchenko authored and oleg-jukovec committed Aug 7, 2024
1 parent d116dfc commit b2e9fc6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

- Do not create Dockerfile.* in application's directory.
- Updated `luarocks` to `v3.10.0`.

## [2.3.1] - 2024-06-13

Expand Down
1 change: 0 additions & 1 deletion cli/rocks/rocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func Exec(cmdCtx *cmdcontext.CmdCtx, cliOpts *config.CliOpts, args []string) err
rocks_preload := map[string]string{
"extra.wrapper": extra_path + "wrapper.lua",
"luarocks.core.hardcoded": extra_path + "hardcoded.lua",
"luarocks.vendor.dkjson": rocks_path + "luarocks/vendor/dkjson.lua",
"luarocks.core.util": rocks_path + "luarocks/core/util.lua",
"luarocks.core.persist": rocks_path + "luarocks/core/persist.lua",
"luarocks.core.sysdetect": rocks_path + "luarocks/core/sysdetect.lua",
Expand Down
2 changes: 1 addition & 1 deletion cli/rocks/third_party/luarocks
Submodule luarocks updated 110 files
2 changes: 1 addition & 1 deletion test/integration/rocks/test_rocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_rock_install_with_non_system_tarantool_in_path(tt_cmd, tmpdir_with_tara
PATH=os.path.join(tmpdir_with_tarantool, 'bin') + ':' + os.environ['PATH']))

assert rc == 1 # Tarantool headers are not found.
assert re.search("Could not find header file for TARANTOOL", output)
assert re.search("Error: Failed finding Lua header files", output)

# Set env var to find tarantool headers.
rocks_cmd = [tt_cmd, "rocks", "install", "crud", "1.1.1-1"]
Expand Down

0 comments on commit b2e9fc6

Please sign in to comment.