Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 11, 2024
1 parent ac6c0b1 commit f38a3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dockerfiles/Dockerfile.64-bit
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN if [ ! -f Makefile ]; then \
find . -type f -newer README.md | xargs tar --transform 's:^./:otp/:' -cf ../otp_cache.tar; \
fi && \
sudo apt-get update && sudo apt-get install -y tree && \
V=1 make --debug=basic all_bootstraps && tree && bootstrap/bin/erl -noinput -s init stop \
V=1 make --debug=basic all_bootstraps && tree && bootstrap/bin/erl -noinput -s init stop && \
V=1 make --debug=basic && make docs DOC_TARGETS=chunks && \
sudo make install install-docs DOC_TARGETS=chunks

Expand Down

0 comments on commit f38a3dc

Please sign in to comment.