Skip to content

Commit 71b5ed7

Browse files
authored
Merge branch 'main' into dubloom/process-tags-collection
2 parents b66d6a4 + b828f70 commit 71b5ed7

File tree

66 files changed

+1664
-695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1664
-695
lines changed

.github/workflows/build_python_3.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ jobs:
9494
CIBW_BEFORE_ALL_MACOS: rustup target add aarch64-apple-darwin
9595
CIBW_BEFORE_ALL_LINUX: |
9696
if [[ "$(uname -m)-$(uname -i)-$(uname -o | tr '[:upper:]' '[:lower:]')-$(ldd --version 2>&1 | head -n 1 | awk '{print $1}')" != "i686-unknown-linux-musl" ]]; then
97-
if command -v yum &> /dev/null; then
98-
yum install -y libatomic.i686
99-
fi
10097
curl -sSf https://sh.rustup.rs | sh -s -- -y;
10198
fi
10299
CIBW_ENVIRONMENT_LINUX: PATH=$HOME/.cargo/bin:$PATH CMAKE_BUILD_PARALLEL_LEVEL=24 CMAKE_ARGS="-DNATIVE_TESTING=OFF" SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DDTRACE=${{ needs.compute_version.outputs.library_version }}

.github/workflows/generate-package-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181

8282
- name: Install Python dependencies
8383
run: |
84-
python -m pip install --upgrade pip
84+
python -m pip install --upgrade "pip<25.3"
8585
pip install packaging
8686
pip install requests
8787
pip install riot==0.20.1
8888
pip install PyYAML
8989
pip install ddtrace
9090
# Install latest pip-tools from main branch for Python 3.14 compatibility
91-
pip install --upgrade git+https://github.com/jazzband/pip-tools.git@934b46a8795554f994b984ac743957f8458a29d6
91+
pip install --upgrade git+https://github.com/jazzband/pip-tools.git@1c2692b7f45a94d93e3f4bb252da3fd711ad08a9 # v7.5.1
9292
9393
- name: Run regenerate-riot-latest
9494
run: scripts/regenerate-riot-latest.sh

0 commit comments

Comments
 (0)