Skip to content

Commit 10ec5c9

Browse files
committed
Fix release candidate arm7l hack
1 parent fdcfc99 commit 10ec5c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-candidate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ jobs:
152152
- name: Download binary
153153
run: curl -sL -o src/viam/rpc/libviam_rust_utils.${{ matrix.ext }} https://github.com/viamrobotics/rust-utils/releases/latest/download/libviam_rust_utils-${{ matrix.arch }}.${{ matrix.ext }}
154154

155+
- name: HACK for arm7l
156+
if: ${{ matrix.whl == 'linux_armv7l' }}
157+
run: echo "This file enables arm7l support. PyPI doesn't allow for packages with the same hash, so this file must be added to differentiate this arm7l package from the arm6l package." > src/viam/arm7l.txt
158+
155159
- name: Build
156160
run: poetry build -f wheel
157161

0 commit comments

Comments
 (0)