Skip to content

Commit 2e4899d

Browse files
committed
update the build scripts
1 parent e5c6771 commit 2e4899d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

podman_compile.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set -o errtrace
88

99
opts=""
1010
opts="$opts --device /dev/dri "
11-
echo "Running with the GPU passthrough"
1211

1312
#IMAGE=quay.io/ramalama/remoting:latest
1413
IMAGE=localhost/mesa:compile

run.vulkan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313

1414
ICD_DIR=/Users/kevinpouget/.local/share/vulkan/icd.d
1515

16-
MESA_FLAVOR=work
16+
MESA_FLAVOR=good
1717
if [[ "$MESA_FLAVOR" == "work" ]]; then
1818
export VK_ICD_FILENAMES=$ICD_DIR/virtio_icd.aarch64.json
1919
elif [[ "$MESA_FLAVOR" == "good" ]]; then

0 commit comments

Comments
 (0)