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

ci: patch for CentOS 8 build #3047

Closed
wants to merge 1 commit into from
Closed

ci: patch for CentOS 8 build #3047

wants to merge 1 commit into from

Conversation

henryiii
Copy link
Collaborator

Description

CentOS 8 is broken, this temporarily fixes it.

$ docker run --rm --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -it centos:8 /bin/bash
# yum update -y && yum install -y python3-devel gcc-c++ gdb make git && python3 -m pip install --upgrade pip && git clone https://github.com/pybind/pybind11.git && cd pybind11 && python3 -m pip install cmake -r tests/requirements.txt --prefer-binary && cmake -S . -B build -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON -DDOWNLOAD_EIGEN=ON -DCMAKE_CXX_STANDARD=11 -DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") && cmake --build build -j 16
# cd build/tests
# python3 -c "import pybind11_tests" # Crashes

@henryiii henryiii closed this Jun 18, 2021
@henryiii
Copy link
Collaborator Author

henryiii commented Jun 18, 2021

Fixed in #3030

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

Successfully merging this pull request may close these issues.

1 participant