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

Daily GitHub Actions Build Fail on Wed, November 20th 2024 #3348

Closed
github-actions bot opened this issue Nov 20, 2024 · 2 comments · Fixed by #3351
Closed

Daily GitHub Actions Build Fail on Wed, November 20th 2024 #3348

github-actions bot opened this issue Nov 20, 2024 · 2 comments · Fixed by #3351
Assignees
Labels
bug Something isn't working

Comments

@github-actions
Copy link

github-actions bot commented Nov 20, 2024

See run for more details:
https://github.com/single-cell-data/TileDB-SOMA/actions/runs/11930759583

Info links:

@github-actions github-actions bot added the bug Something isn't working label Nov 20, 2024
@johnkerl
Copy link
Member

Context: #3154

Problem: the "Build Wheels" step is using GCC 10 but we need GCC >= 13.

I tried #3349 an an experiment: did not help.

@johnkerl
Copy link
Member

Some notes:

  yum -y remove gcc-toolset-12-gcc.x86_64
  yum -y remove gcc-toolset-12-gcc-c++.x86_64
  yum install -y gcc-toolset-13-gcc.x86_64
  yum install -y gcc-toolset-13-gcc-c++.x86_64
  • Another complication is this $PATH:
/opt/python/cp310-cp310/bin:/opt/rh/gcc-toolset-12/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants