Skip to content

Commit

Permalink
copr: adjust deps again
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Oct 3, 2023
1 parent 79ae543 commit 0700a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ EOF
TAR_NAME=$(git -c "core.abbrev=8" show -s "--format=%cd_%h" "--date=format:%Y%m%d_%H%M%S")

cat >> wezterm.spec <<EOF
BuildRequires: gcc gcc-c++ make rustc, cargo, fontconfig-devel, openssl-devel, libxcb-devel, libxkbcommon-devel, libxkbcommon-x11-devel, wayland-devel, mesa-libEGL-devel, xcb-util-devel, xcb-util-keysyms-devel, xcb-util-image-devel, xcb-util-wm-devel, git
Source0: wezterm-${TAR_NAME}.tar.gz
%global debug_package %{nil}
Expand All @@ -181,7 +182,7 @@ EOF
%build
echo Here I am
./get-deps
cargo build --release \
-p wezterm-gui -p wezterm -p wezterm-mux-server \
-p strip-ansi-escapes
Expand Down

0 comments on commit 0700a6b

Please sign in to comment.