Travis: build luarocks in /tmp also (#1995)
This commit is contained in:
parent
e9adb28af6
commit
b8ad56ad81
|
@ -80,8 +80,8 @@ install:
|
|||
# Install luarocks (for the selected Lua version).
|
||||
- |
|
||||
travis_retry wget https://github.com/luarocks/luarocks/archive/v2.4.2.tar.gz
|
||||
tar xf v2.4.2.tar.gz
|
||||
(cd luarocks-* \
|
||||
tar xf v2.4.2.tar.gz -C /tmp
|
||||
(cd /tmp/luarocks-* \
|
||||
&& ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS} \
|
||||
&& make build \
|
||||
&& sudo make install)
|
||||
|
|
Loading…
Reference in New Issue