-
Couldn't load subscription status.
- Fork 226
Update SW and OS versions in CI #3344
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
base: main
Are you sure you want to change the base?
Conversation
|
The CI error: Is it perhaps trying to call |
|
Looks like it expects the GNU standard C++ library to build TBB, even if the compiler is clang. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestions to make these solutions longer term.
| SYSROOT_CACHE_DIR: $(Pipeline.Workspace)/sysroot-riscv64 | ||
| pool: | ||
| vmImage: 'ubuntu-22.04' | ||
| vmImage: 'ubuntu-24.04' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| vmImage: 'ubuntu-24.04' | |
| vmImage: '$(VM_IMAGE)' |
| strategy: | ||
| matrix: | ||
| Python311: | ||
| Python313: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Python313: | |
| Python3: |
| strategy: | ||
| matrix: | ||
| Python311: | ||
| Python313: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Python313: | |
| Python3: |
| cmake_options=(-DCMAKE_TOOLCHAIN_FILE="${toolchain_file}" | ||
| -DCMAKE_BUILD_TYPE=Release | ||
| -DTBB_TEST=OFF | ||
| -DTBB_STRICT_PROTOTYPES=OFF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some information on this change would be nice.
| found_version=$(wget -q http://ftp.debian.org/debian/pool/main/q/qemu/ -O - | grep -oP "(?<=\")$1_.*_amd64.deb(?=\")" | tail -1) | ||
| wget http://ftp.debian.org/debian/pool/main/q/qemu/${found_version} | ||
| sudo dpkg -i ${found_version} | ||
| # in case of broken dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This qemu installation continues to be a high-maintenace aspect. Is this something that renovatebot can manage for us given it comes from an apt install?
Description
Checklist:
Completeness and readability
Testing
Performance