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

tests: test_nodejs_matrix[nodejs-attach-maps-12-glibc-True] fails on aarch64 #758

Open
pfilipko1 opened this issue Apr 3, 2023 · 1 comment

Comments

@pfilipko1
Copy link
Contributor

ERROR tests/test_node.py::test_nodejs_matrix[nodejs-attach-maps-12-glibc-True] - docker.errors.BuildError: The command '/bin/sh -c mkdir /app' returned a non-zero code: 1

It fails during building docker image.

@Jongy
Copy link
Contributor

Jongy commented Apr 3, 2023

This is weird, why would mkdir /app fail? o.O only reason is for /app to exist, in wich case we can fix it to use mkdir -p. Maybe the Aarch64 has /app for whatever reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants