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

github-ci docker build action fails #196

Closed
blackav opened this issue Jun 12, 2023 · 1 comment
Closed

github-ci docker build action fails #196

blackav opened this issue Jun 12, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@blackav
Copy link
Owner

blackav commented Jun 12, 2023

gcc -I.  -O2 -Wall -DNDEBUG -DRELEASE  -D_GNU_SOURCE -std=gnu11 -Iinclude -g  -Wno-pointer-sign -Wno-format-truncation    -c -o tools/newrevinfo.o tools/newrevinfo.c
gcc  -O2 -Wall -DNDEBUG -DRELEASE  -g  -L./libbacktrace/.libs tools/newrevinfo.o -o tools/newrevinfo
./tools/newrevinfo
fatal: ambiguous argument 'v3.10.3': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
unexpected EOF in call to git show
make: *** [main.unix.make:558: version.c] Error 1
+ chmod 755 ejudge-install.sh
+ chown ejudge:ejudge ejudge-install.sh
+ ./ejudge-setup -u ejudge -g ejudge -b -B
/app/docker/build.sh: line 27: ./ejudge-setup: No such file or directory
The command '/bin/sh -c /app/docker/build.sh' returned a non-zero code: 127

Error: Process completed with exit code 127.
@blackav blackav self-assigned this Jun 12, 2023
@blackav blackav added the bug label Jun 12, 2023
@blackav blackav added this to the 3.10.4 milestone Jun 12, 2023
@blackav
Copy link
Owner Author

blackav commented Jun 12, 2023

Fixed in f336f45

@blackav blackav closed this as completed Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant