mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
* perf: replace ubuntu 20.04 with latest * fix: Cannot handle 8-byte build ID
This commit is contained in:
parent
11cee791d5
commit
70a2622fae
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -158,7 +158,7 @@ jobs:
|
|||||||
name: Build DEB Package
|
name: Build DEB Package
|
||||||
needs:
|
needs:
|
||||||
- build-src
|
- build-src
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -16,6 +16,8 @@ override_dh_strip_nondeterminism:
|
|||||||
|
|
||||||
override_dh_shlibdeps:
|
override_dh_shlibdeps:
|
||||||
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -Xswc.linux-x64-musl.node
|
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -Xswc.linux-x64-musl.node
|
||||||
|
override_dh_strip:
|
||||||
|
dh_strip --no-automatic-dbgsym
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh "$@"
|
dh "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user