wezterm: fix lockfile for build
This commit is contained in:
parent
35e92e734d
commit
8187020747
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
distfiles="https://github.com/wez/wezterm/releases/download/${_srcver}/wezterm-${_srcver}-src.tar.gz"
|
||||||
checksum=8f5c15db8341b0c067d7a5f6f06d4af17d5c24526e908eac4bd70156cd565800
|
checksum=8f5c15db8341b0c067d7a5f6f06d4af17d5c24526e908eac4bd70156cd565800
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update
|
||||||
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# NOTE: cannot use build_style cargo do_check because of --release flag.
|
# NOTE: cannot use build_style cargo do_check because of --release flag.
|
||||||
# NOTE: e2e::sftp is skipped due to missing ssh
|
# NOTE: e2e::sftp is skipped due to missing ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue