elixir: Make two more files required by lexical executable (#16382)
I still haven't fixed building dev extensions with rust managed by nix, so I'd appreciate testing this for me Release Notes: - N/A
This commit is contained in:
parent
9f66f12f7b
commit
8993a9f2ee
@ -95,6 +95,8 @@ impl Lexical {
|
||||
.map_err(|e| format!("failed to download file: {e}"))?;
|
||||
|
||||
zed::make_file_executable(&binary_path)?;
|
||||
zed::make_file_executable(&format!("{version_dir}/lexical/bin/debug_shell.sh"))?;
|
||||
zed::make_file_executable(&format!("{version_dir}/lexical/priv/port_wrapper.sh"))?;
|
||||
|
||||
let entries =
|
||||
fs::read_dir(".").map_err(|e| format!("failed to list working directory {e}"))?;
|
||||
|
Loading…
Reference in New Issue
Block a user