Skip to content

Commit

Permalink
Upgraded mesa to 24.1.2-7_wsl
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Jul 14, 2024
1 parent 74b91b7 commit 17af766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ EOF
echo "##[section] 'Install MESA"
systemd-nspawn -q --resolv-conf="replace-host" -D "${TMPDIR}"/dist --pipe /bin/bash <<EOF
dnf -y install 'dnf-command(versionlock)'
dnf -y install --allowerasing --nogpgcheck mesa-dri-drivers-24.1.2-7_wsl mesa-libGL-24.1.2-7_wsl mesa-va-drivers-24.1.2-7_wsl mesa-vdpau-drivers-24.1.2-7_wsl mesa-libEGL-24.1.2-7_wsl mesa-libgbm-24.1.2-7_wsl mesa-libxatracker-24.1.2-7_wsl mesa-vulkan-drivers-24.1.2-7_wsl glx-utils vdpauinfo libva-utils
dnf -y install --allowerasing --nogpgcheck mesa-dri-drivers-24.1.2-7_wsl.fc40 mesa-libGL-24.1.2-7_wsl.fc40 mesa-va-drivers-24.1.2-7_wsl.fc40 mesa-vdpau-drivers-24.1.2-7_wsl.fc40 mesa-libEGL-24.1.2-7_wsl.fc40 mesa-libgbm-24.1.2-7_wsl.fc40 mesa-libxatracker-24.1.2-7_wsl.fc40 mesa-vulkan-drivers-24.1.2-7_wsl.fc40 glx-utils vdpauinfo libva-utils
dnf versionlock add mesa-dri-drivers mesa-libGL mesa-filesystem mesa-libglapi mesa-va-drivers mesa-vdpau-drivers mesa-libEGL mesa-libgbm mesa-libxatracker mesa-vulkan-drivers
/usr/sbin/groupadd -g 44 wsl-video
Expand Down
2 changes: 1 addition & 1 deletion linux_files/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sudo chmod +x /usr/local/bin/install-desktop.sh
# Install mesa
source /etc/os-release

declare -a mesa_version=('23.1.9-wsl' '23.1.9-wsl' '24.1.2-7_wsl')
declare -a mesa_version=('23.1.9-wsl' '23.1.9-wsl' '24.1.2-7_wsl.fc40')
declare -a target_version=('38' '39' '40')
declare -i length=${#mesa_version[@]}

Expand Down

0 comments on commit 17af766

Please sign in to comment.