fix(windows): remove wslu from installer, fixes #8326#8351
Conversation
|
Download the artifacts for this pull request:
See Testing a PR. |
|
I manually tested the Windows/ARM64 installer from this PR against Ubuntu 26.04 WSL2 instance and it worked fine for docker-ce install. |
There was a problem hiding this comment.
Confirmed working on Win10 WSL2 (Ubuntu 26.04) with Docker Desktop.
Good stuff!
Test
- Download ddev-windows-amd64-installer.zip
- Install with following
- Current User
- WSL2 with Docker Desktop or Rancher
- Follow quickstart for Laravel (composer version)
- Confirm Welcome page displays in browser (
ddev launch)
|
@rfay, @tyler36, where did you get Ubuntu 26.04 WSL? Did you install WSL image from here https://releases.ubuntu.com/26.04/ or manually upgraded 24.04 to 26.04? |
|
Ubuntu 26.04 is available from Ubuntu at Get Ubuntu on WSL. |
|
I saw #8350 last weekend which nudged me to try it. |
|
I confirm that it works for me too. |
|
I got Ubuntu 26.04 (ARM64) image from https://cdimage.ubuntu.com/releases/26.04/release/ (https://cdimage.ubuntu.com/releases/26.04/release/ubuntu-26.04-wsl-arm64.wsl) and installed it with |
|
The most important question for this PR is not whether it works on Ubuntu 26.04 (confirmed, thanks) but whether it works for Ubuntu 24.04, which most people will be using for some time. That's tested in the automated testing though, and I think it's great. |
|
I have |
The Issue
wsluis discontinued and archived. Move to current techniques (Breaks Windows installer on Ubuntu 26.04 distro) #8326We don't use any of
wsluutilities in our code as of today:How This PR Solves The Issue
Removes
wsluManual Testing Instructions
Run Windows Installer with WSL2 (Ubuntu 26.04 and Ubuntu 24.04).
Automated Testing Overview
Release/Deployment Notes