We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macOS with docker installed and logged in
executing in terminal docker build . -t xsn error in 6th step
docker build . -t xsn
executor failed running [/bin/sh -c cd /tmp/xsncore && ./autogen.sh && ./configure --disable-tests --without-gui --prefix=/usr && make -j$(nproc) && make check && make install && cd / && rm -rf /tmp/xsncore]: exit code: 2 -bash: cd: /tmp/xsncore: No such file or directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
macOS with docker installed and logged in
executing in terminal
docker build . -t xsn
error in 6th step
executor failed running [/bin/sh -c cd /tmp/xsncore && ./autogen.sh && ./configure --disable-tests --without-gui --prefix=/usr && make -j$(nproc) && make check && make install && cd / && rm -rf /tmp/xsncore]: exit code: 2 -bash: cd: /tmp/xsncore: No such file or directory
The text was updated successfully, but these errors were encountered: