snap: Migrate to core18 base
This patch migrates the snap to core18 base, which should make the cabal build work again. Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
This commit is contained in:
parent
10955a143c
commit
025c380b84
|
@ -23,6 +23,7 @@ description: |
|
||||||
# snap connect shellcheck:removable-media
|
# snap connect shellcheck:removable-media
|
||||||
|
|
||||||
version: git
|
version: git
|
||||||
|
base: core18
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
|
@ -37,7 +38,7 @@ parts:
|
||||||
source: .
|
source: .
|
||||||
build-packages:
|
build-packages:
|
||||||
- cabal-install
|
- cabal-install
|
||||||
- squid3
|
- squid
|
||||||
override-build: |
|
override-build: |
|
||||||
# See comments in .snapsquid.conf
|
# See comments in .snapsquid.conf
|
||||||
[ "$http_proxy" ] && {
|
[ "$http_proxy" ] && {
|
||||||
|
|
Loading…
Reference in New Issue