-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Labels
platform:linuxhappens only on linux, not other OShappens only on linux, not other OSstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce
Description
Summary
The fresh build at Linux is broken because of wrong bundle archive name.
Description
DESCRIPTION_HERE
Steps to reproduce:
git pull- Build with
./script/install-linux
Expected Behavior:
- can read bundle archive for copy
Actual Behavior:
At the end of building script:
+ tar -czvf target/release/zed-linux-x86_64.tar.gz -C /tmp/tmp.GEfnDvOmnC zed-dev.app
zed-dev.app/
zed-dev.app/share/
zed-dev.app/share/icons/
zed-dev.app/share/icons/hicolor/
zed-dev.app/share/icons/hicolor/512x512/
zed-dev.app/share/icons/hicolor/512x512/apps/
zed-dev.app/share/icons/hicolor/512x512/apps/zed.png
zed-dev.app/share/icons/hicolor/1024x1024/
zed-dev.app/share/icons/hicolor/1024x1024/apps/
zed-dev.app/share/icons/hicolor/1024x1024/apps/zed.png
zed-dev.app/share/applications/
zed-dev.app/share/applications/zed-dev.desktop
zed-dev.app/licenses.md
zed-dev.app/bin/
zed-dev.app/bin/zed
zed-dev.app/lib/
zed-dev.app/lib/libmd.so.0
zed-dev.app/lib/libxcb.so.1
zed-dev.app/lib/libxcb-xkb.so.1
zed-dev.app/lib/libXau.so.6
zed-dev.app/lib/libX11.so.6
zed-dev.app/lib/libxkbcommon.so.0
zed-dev.app/lib/libz.so.1
zed-dev.app/lib/libbsd.so.0
zed-dev.app/lib/libxkbcommon-x11.so.0
zed-dev.app/lib/libX11-xcb.so.1
zed-dev.app/lib/libXdmcp.so.6
zed-dev.app/libexec/
zed-dev.app/libexec/zed-editor
+ gzip -f --stdout --best target/x86_64-unknown-linux-gnu/release/remote_server
++ uname -m
+ target=linux-x86_64
++ git rev-parse HEAD
++ cut -c 1-7
+ commit=b4167ca
+ [[ dev == \d\e\v ]]
+ archive=zed-b4167ca-linux-x86_64.tar.gz
+ export ZED_BUNDLE_PATH=target/release/zed-b4167ca-linux-x86_64.tar.gz
+ ZED_BUNDLE_PATH=target/release/zed-b4167ca-linux-x86_64.tar.gz
+ script/install.sh
cp: Aufruf von stat für 'target/release/zed-b4167ca-linux-x86_64.tar.gz' nicht möglich: Datei oder Verzeichnis nicht gefunden
click to expand
Zed Version and System Specs
NA
If applicable, attach your Zed.log file to this issue.
Zed.log
Metadata
Metadata
Assignees
Labels
platform:linuxhappens only on linux, not other OShappens only on linux, not other OSstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce