Skip to content

Commit

Permalink
fix: add libdrm.so to opencL
Browse files Browse the repository at this point in the history
Signed-off-by: mchen <[email protected]>
  • Loading branch information
chen-mao committed Jul 13, 2023
1 parent 2afc8e1 commit 0af10a0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dist/ubuntu20.04/amd64/libxdxct-container1_1.0.0~rc.1-0_amd64.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion mk/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ docker-amd64-verify: $(patsubst %, %-verify, $(AMD64_TARGETS)) \

docker-build-%: $(ARTIFACTS_DIR)
@echo "Building for $(TARGET_PLATFORM)"
$(DOCKER) pull --platform=linux/$(ARCH) 172.18.25.248:5005/ubuntu:20.04
$(DOCKER) pull --platform=linux/$(ARCH) $(BASEIMAGE)
DOCKER_BUILDKIT=1 \
$(DOCKER) build \
--platform=linux/$(ARCH) \
Expand Down
1 change: 1 addition & 0 deletions src/nvc_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ static const char * const utility_libs[] = {

static const char * const compute_libs[] = {
"libCL_xdxgpu.so",
"libdrm.so"
};

static const char * const video_libs[] = {
Expand Down
1 change: 0 additions & 1 deletion src/nvc_mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ unmount(const char *path)
}



static int
symlink_library(struct error *err, const char *src, const char *target, const char *linkname, uid_t uid, gid_t gid)
{
Expand Down

0 comments on commit 0af10a0

Please sign in to comment.