mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
chore: snap add missing parts migrating to core22
https://documentation.ubuntu.com/snapcraft/stable/how-to/change-bases/change-from-core20-to-core22/
This commit is contained in:
@@ -65,9 +65,11 @@ parts:
|
||||
rust-channel: stable
|
||||
rust-features: [full]
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
snapcraftctl set-version `git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'`
|
||||
craftctl default
|
||||
craftctl set version=`git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'`
|
||||
build-packages:
|
||||
- rustc
|
||||
- cargo
|
||||
- cmake
|
||||
- bindgen
|
||||
- llvm-dev
|
||||
|
||||
Reference in New Issue
Block a user