zed/.github/workflows
Thorsten Ball 66f0c390a8
linux: Fix missing licenses in binary causing panics (#14561)
Turns out that the existing CI step for Nightly did create the licenses
and they have been baked into X86 builds ever since, because our
builders are stateful.

On ARM machines, the licenses wouldn't exist in the binary because we
called `script/generate-licenses` too late in `scripts/bundle-linux`,
after the binary had been created.

This removes the duplication and generates the licenses once, before the
binary is created.

Fixes #14302.

Release Notes:

- Fixed "View Dependency Licenses" (or `zed: open licenses`) crashing on
Linux ARM machines.
([#14302](https://github.com/zed-industries/zed/issues/14302)
2024-07-16 14:55:30 +02:00
..
bump_patch_version.yml
ci.yml Build x86 linux too :/ (#14068) 2024-07-10 11:04:32 -06:00
danger.yml danger: Upgrade to pnpm v9 (#13051) 2024-06-14 11:08:15 -04:00
deploy_cloudflare.yml Deploy install.sh to cloudflare (#11866) 2024-05-15 10:35:30 -06:00
deploy_collab.yml Stop using xtask for clippy (#13223) 2024-06-18 13:49:44 -06:00
publish_extension_cli.yml Remove references to submodules (#11673) 2024-05-10 14:33:53 -04:00
randomized_tests.yml Remove references to submodules (#11673) 2024-05-10 14:33:53 -04:00
release_actions.yml
release_nightly.yml linux: Fix missing licenses in binary causing panics (#14561) 2024-07-16 14:55:30 +02:00
update_all_top_ranking_issues.yml
update_weekly_top_ranking_issues.yml