Skip to content

Commit 614fa90

Browse files
Fix: Set correct make targets for multi-arch tests
Default make target was 'help', not 'deps-nss'. The NSS/NSPR dependencies were never installed before the Python build ran. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
1 parent 8e55c26 commit 614fa90

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
auditwheel: true
165165
manylinux_version: manylinux_2_34
166166
build_formats: wheel
167-
# Both projects in MULTI_ARCH_TEST_PROJECTS have Makefiles
167+
# Projects in MULTI_ARCH_TEST_PROJECTS must provide
168+
# deps-nss and env-github-actions Makefile targets.
168169
make: true
169-
make_args: "-j$(nproc)"
170+
make_args: "deps-nss env-github-actions"

0 commit comments

Comments
 (0)