Skip to content

Conversation

@xrmx
Copy link
Member

@xrmx xrmx commented Nov 7, 2024

What does this pull request do?

Install g++ on musl because the docker build started failing on arm64 with:

    File "/usr/local/lib/python3.12/subprocess.py", line 1955, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
  FileNotFoundError: [Errno 2] No such file or directory: 'c++'

Related issues

See https://github.com/elastic/elastic-otel-python/actions/runs/11721354993/job/32648614646

docker build started failing on arm64 with:
    File "/usr/local/lib/python3.12/subprocess.py", line 1955, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
  FileNotFoundError: [Errno 2] No such file or directory: 'c++'
@xrmx xrmx requested review from estolfo and trentm November 7, 2024 11:15
@xrmx xrmx merged commit fe21f93 into main Nov 8, 2024
11 checks passed
@xrmx xrmx deleted the musl-install-g++-explicitly branch January 10, 2025 10:47
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.

3 participants