Skip to content

Commit 326668e

Browse files
authored
Update luzer commit
1 parent a8602b0 commit 326668e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
ln -s $(which lua) $(which lua)5.4
3030
wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz && tar zxpf luarocks-3.11.1.tar.gz && \
3131
cd luarocks-3.11.1 && ./configure && make && sudo make install && cd .. && rm -rf luarocks-3.11.1.tar.gz luarocks-3.11.1
32-
eval $(luarocks path)
32+
luarocks path >> ~/.bashrc
3333
wget https://github.com/tarantool/luajit/archive/refs/tags/v2.1.0-beta3.tar.gz && \
3434
tar zxpf v2.1.0-beta3.tar.gz && rm v2.1.0-beta3.tar.gz && cd luajit-2.1.0-beta3 && \
3535
make && sudo make install && sudo ln -sf luajit-2.1.0-beta3 /usr/local/bin/luajit && cd .. && rm -rf luajit-2.1.0-beta3
3636
git clone https://github.com/ligurio/luzer.git && \
37-
cd luzer && git checkout 649289aa945b7d6c1e2c29edccc83fd3fbe70568 && luarocks build --pack-binary-rock && cd ..
37+
cd luzer && git checkout e1756e509bb29ea6c2f215beec8973d2d3c239f4 && luarocks build --local build && cd ..
3838
export LUA_CPATH="/home/runner/work/casr/casr/luzer/build.luarocks/luzer/?.so;$LUA_CPATH"
3939
# Atheris fails to install on Ubuntu 24.04, see https://github.com/google/atheris/issues/82
4040
# pip3 install atheris

0 commit comments

Comments
 (0)