wezterm: fix lockfile for build

This commit is contained in:
Andrew Benson 2023-04-20 08:59:56 -05:00
parent 35e92e734d
commit 8187020747
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ changelog="https://wezfurlong.org/wezterm/changelog.html"
distfiles="https://github.com/wez/wezterm/releases/download/${_srcver}/wezterm-${_srcver}-src.tar.gz"
checksum=8f5c15db8341b0c067d7a5f6f06d4af17d5c24526e908eac4bd70156cd565800
post_patch() {
cargo update
}
do_check() {
# NOTE: cannot use build_style cargo do_check because of --release flag.
# NOTE: e2e::sftp is skipped due to missing ssh