Files
zed/script
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
..
2024-06-14 11:18:41 -04:00
2024-06-10 16:09:18 -04:00
2024-07-10 12:51:08 -06:00
2024-04-23 13:31:21 -04:00
2024-04-16 19:32:51 -06:00
2024-06-18 13:49:44 -06:00
2024-03-06 21:35:46 -07:00
2024-03-22 08:44:56 -06:00
2024-02-01 11:57:09 -07:00
2024-04-26 17:18:17 -06:00
2023-04-05 08:18:51 -06:00
2022-10-26 16:19:19 -07:00
2024-01-23 16:52:08 +01:00
2022-01-27 08:51:55 +01:00
2023-09-25 21:45:28 -04:00
2024-04-02 21:02:25 -04:00