Skip to content

Commit 9e2a745

Browse files
committed
Fix building on arm
1 parent 6a0be2a commit 9e2a745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ all: cupti-all test-infra
1212
cupti-amd64:
1313
@echo "=== Building $(LIB_NAME) for AMD64 with Docker (CUDA $(CUDA_MAJOR)) ==="
1414
@mkdir -p /tmp/parcagpu-build-amd64
15-
@docker buildx use default
15+
@docker buildx create --name parcagpu-builder --use --bootstrap 2>/dev/null || docker buildx use parcagpu-builder
1616
@docker buildx build -f Dockerfile \
1717
--build-arg CUDA_12_HEADERS=$(CUDA_12_HEADERS) \
1818
--build-arg CUDA_13_HEADERS=$(CUDA_13_HEADERS) \

0 commit comments

Comments
 (0)