Skip to content

Commit 70a2622

Browse files
authored
chore: 更新脚本适配当前ubuntu latest (#135, #134)
* perf: replace ubuntu 20.04 with latest * fix: Cannot handle 8-byte build ID
1 parent 11cee79 commit 70a2622

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
name: Build DEB Package
159159
needs:
160160
- build-src
161-
runs-on: ubuntu-20.04
161+
runs-on: ubuntu-latest
162162

163163
strategy:
164164
matrix:

res/deepin/debian/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ override_dh_strip_nondeterminism:
1616

1717
override_dh_shlibdeps:
1818
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -Xswc.linux-x64-musl.node
19+
override_dh_strip:
20+
dh_strip --no-automatic-dbgsym
1921

2022
%:
2123
dh "$@"

0 commit comments

Comments
 (0)