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
Hi- I tried to build on my M1 mac and got this error message
running in the pggb directory after cloning from git.
docker build --target binary -t ${USER}/pggb:latest .
executor failed running [/bin/sh -c git clone --recursive https://github.com/ekg/seqwish && cd seqwish && git pull && git checkout da0d2f0d81f1a3214ed34e2174bae73a0ea39296 && git submodule update --init --recursive && cmake -H. -DCMAKE_BUILD_TYPE=Generic -Bbuild && cmake --build build -- -j $(nproc) && cp bin/seqwish /usr/local/bin/seqwish && cd ../ && rm -rf seqwish]: exit code: 2
The text was updated successfully, but these errors were encountered:
This is on Monterey v. 12.6
Sorry, something went wrong.
No branches or pull requests
Hi-
I tried to build on my M1 mac and got this error message
running in the pggb directory after cloning from git.
docker build --target binary -t ${USER}/pggb:latest .
executor failed running [/bin/sh -c git clone --recursive https://github.com/ekg/seqwish && cd seqwish && git pull && git checkout da0d2f0d81f1a3214ed34e2174bae73a0ea39296 && git submodule update --init --recursive && cmake -H. -DCMAKE_BUILD_TYPE=Generic -Bbuild && cmake --build build -- -j $(nproc) && cp bin/seqwish /usr/local/bin/seqwish && cd ../ && rm -rf seqwish]: exit code: 2
The text was updated successfully, but these errors were encountered: