[roll] Roll third_party/pigweed pw_env_setup: Fix double bootstrap.bat failures on Windows

This CL re-lands:
`20b325b70 pw_env_setup: Fix double bootstrap.bat failures on Windows`

Instead of setting files to be just writable and deleting them before
re-setting up the venv, we merely add write permissions to them.

This was test by doing the following in each of Windows, OSX, and Linux:
- running bootstrap on a project bootstrapped before this CL
- removing the environment directory
- running bootstrap
- running bootstrap again
- running activate
- running `pw build --recipe default_ninja`

Original-Bug: b/300992566
Original-Bug: b/301629535
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/172416
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: a836c804dc553983816f053ff500b2e0cee63c75
GitOrigin-RevId: 89aa6fd69a2d65f6ed7cb122739310368910fc65
Change-Id: I32fd8bd4b334e0caee944672c7915a700e4d9bbc
1 file changed
tree: 049491ea26f49254de5a913c3000aabf0e4891b0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.