Skip to content

Commit 1bd090e

Browse files
fanquakePastaPastaPasta
authored andcommitted
Merge bitcoin#30597: doc: Drop no longer needed workaround for WSL
16d8261 doc: Drop no longer needed workaround for WSL (Hennadii Stepanov) Pull request description: This PR effectively reverts commit 4f890ba from bitcoin#11437, which fixed some build issues on WSL seven years ago. Testing the current master branch @ 31a3ff5 on Windows 11 + WSL using Ubuntu 24.04 or Debian images, I noticed that the workaround is no longer required. Moreover, it doesn't affect the build process at all, which means the hashes of the built packages in depends remain the same and the `configure` log in the main build system remains the same as well. ACKs for top commit: sipsorcery: utACK 16d8261. Tree-SHA512: 703a2ac4647125c91aad47131e2723fd05af30b0cfae5677a26d3e89a77c2779e0197584208f3b378ed64dd7305512d9064fd073ec06517f86e9905af4ec8838
1 parent 8a12237 commit 1bd090e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/build-windows.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ is to temporarily disable WSL support for Win32 applications.
5252

5353
Build using:
5454

55-
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
5655
sudo bash -c "echo 0 > /proc/sys/fs/binfmt_misc/status" # Disable WSL support for Win32 applications.
5756
cd depends
5857
make HOST=x86_64-w64-mingw32

0 commit comments

Comments
 (0)