Skip to content

Commit

Permalink
gmore debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 12, 2024
1 parent 4acce6d commit 56aa848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/dockerfiles/Dockerfile.64-bit
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +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 && make docs DOC_TARGETS=chunks && \
V=1 MAKEFLAGS= make --debug=basic && make docs DOC_TARGETS=chunks && \
sudo make install install-docs DOC_TARGETS=chunks

## Disable -Werror as testcases do not compile with it on
Expand Down

0 comments on commit 56aa848

Please sign in to comment.