windows: fix bundler reliability and nuke WSL-based codegen scripts (#8890)

* bruh

* yeaaahhhhhhhhhhhhhhhhhhhhhhhhhhh

* revisions

* yeah

* fix

* make no codegen do less things
This commit is contained in:
dave caruso
2024-02-13 20:33:24 -08:00
committed by GitHub
parent 04a6ebaa17
commit aba37525a6
18 changed files with 132 additions and 60 deletions

View File

@@ -178,6 +178,11 @@ jobs:
path: bun-deps
key: ${{ steps.cache-deps-restore.outputs.cache-primary-key }}
# TODO(@paperdave): stop relying on this and use bun.exe to build itself.
# we cant do that now because there isn't a tagged release to use.
#
# and at the time of writing, the minimum canary required to work is not
# yet released as it is the one *this* commit.
windows-codegen:
name: Codegen
runs-on: ubuntu-latest