Skip to content

Commit

Permalink
Fix fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Sep 23, 2024
1 parent a3582fc commit 83f2a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centos-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -x; \
rm -fr /luajit-src || true && \
rm -fr /luajit-build || true && \
git clone -b v2.1 https://luajit.org/git/luajit-2.0.git /luajit-src && \
pushd /luajit-src && make clean && make -j4 CC="$c_compiler -fPIC" PREFIX=/luajit-build && make install PREFIX=/luajit-build && popd && \
pushd /luajit-src && make clean && make -j4 CC="gcc -fPIC" PREFIX=/luajit-build && make install PREFIX=/luajit-build && popd && \
rm -f /luajit-build/lib/*.so || true && \
rm -fr /luajit-src || true && \
rm -fr ragel-6.10 ; \
Expand Down
2 changes: 1 addition & 1 deletion centos-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -x; \
rm -fr /luajit-src || true && \
rm -fr /luajit-build || true && \
git clone -b v2.1 https://luajit.org/git/luajit-2.0.git /luajit-src && \
pushd /luajit-src && make clean && make -j4 CC="$c_compiler -fPIC" PREFIX=/luajit-build && make install PREFIX=/luajit-build && popd && \
pushd /luajit-src && make clean && make -j4 CC="gcc -fPIC" PREFIX=/luajit-build && make install PREFIX=/luajit-build && popd && \
rm -f /luajit-build/lib/*.so || true && \
rm -fr /luajit-src || true && \
rpmArch="$(rpm --eval '%{_arch}')" && \
Expand Down

0 comments on commit 83f2a3a

Please sign in to comment.