mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
snap: fix CI patch
Signed-off-by: Michał Sawicz <michal@sawicz.net>
This commit is contained in:
parent
b9cf51bfad
commit
a6ac4f4599
1 changed files with 3 additions and 2 deletions
5
.github/workflows/linux-snap.patch
vendored
5
.github/workflows/linux-snap.patch
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
|
||||||
|
index 6b9542555..7f5ccabf2 100644
|
||||||
--- a/snap/snapcraft.yaml
|
--- a/snap/snapcraft.yaml
|
||||||
+++ b/snap/snapcraft.yaml
|
+++ b/snap/snapcraft.yaml
|
||||||
@@ -35,6 +35,7 @@ parts:
|
@@ -35,6 +35,7 @@ parts:
|
||||||
|
@ -28,13 +30,12 @@
|
||||||
- libbluetooth-dev
|
- libbluetooth-dev
|
||||||
- libhidapi-dev
|
- libhidapi-dev
|
||||||
- libusb-dev
|
- libusb-dev
|
||||||
@@ -131,9 +137,12 @@ parts:
|
@@ -131,8 +137,11 @@ parts:
|
||||||
- -DFTDISUPPORT=ON
|
- -DFTDISUPPORT=ON
|
||||||
- -DLIBDIVECOMPUTER_LIBRARIES=../../../stage/usr/local/lib/libdivecomputer.so
|
- -DLIBDIVECOMPUTER_LIBRARIES=../../../stage/usr/local/lib/libdivecomputer.so
|
||||||
- -DLIBDIVECOMPUTER_INCLUDE_DIR=../../../stage/usr/local/include
|
- -DLIBDIVECOMPUTER_INCLUDE_DIR=../../../stage/usr/local/include
|
||||||
+ - -DCMAKE_C_COMPILER_LAUNCHER=ccache
|
+ - -DCMAKE_C_COMPILER_LAUNCHER=ccache
|
||||||
+ - -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
+ - -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||||
source-type: git
|
|
||||||
build-packages:
|
build-packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
+ - ccache
|
+ - ccache
|
||||||
|
|
Loading…
Reference in a new issue