Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make distcheck in gh action #1052

Open
Davknapp opened this issue Apr 26, 2024 · 1 comment
Open

Make distcheck in gh action #1052

Davknapp opened this issue Apr 26, 2024 · 1 comment
Labels
CI Continuous Integration enhancement Enhances already existing code

Comments

@Davknapp
Copy link
Collaborator

currently the execution of make distcheck fails (https://github.com/DLR-AMR/t8code/actions/runs/8660464369/job/23748458003)
because of:

 make[2]: Leaving directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
make[1]: Leaving directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
make[1]: Entering directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
make[1]: Leaving directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
make[1]: Entering directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
make  dist-gzip am__post_remove_distdir='@:'
make[2]: Entering directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
make  distdir-am
make[3]: Entering directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
(GIT_DIR=../../.git git log > .ChangeLog.tmp && \
         cat .ChangeLog.tmp | ../../build-aux/git2cl > ChangeLog) ; \
        rm -f .ChangeLog.tmp
make[3]: *** No rule to make target 'README.md', needed by 'README'.  Stop.
make[3]: *** Waiting for unfinished jobs....
fatal: not a git repository: '../../.git'
make[3]: Leaving directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
make[2]: *** [Makefile:8984: distdir] Error 2
make[2]: Leaving directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
make[1]: *** [Makefile:9089: dist] Error 2
make[1]: Leaving directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub'
make: *** [Makefile:9101: distcheck] Error 1
Error: Process completed with exit code 2.

enabling the successfull execution of make distcheck will close this Issue

@Davknapp Davknapp added enhancement Enhances already existing code CI Continuous Integration labels Apr 26, 2024
@cburstedde
Copy link
Collaborator

Using a file README works in p4est and sc, presumably because it is included by default in the distribution.
README.md may not be covered by any assumed rules. You may want to add it to the EXTRA_DIST variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration enhancement Enhances already existing code
Projects
None yet
Development

No branches or pull requests

2 participants