Merge pull request #416 from istori1/patch-1
Update dev.lizardbyte.sunshine.yml
This commit is contained in:
@@ -32,7 +32,8 @@ modules:
|
|||||||
build-commands:
|
build-commands:
|
||||||
- cd tools/build && bison -y -d -o src/engine/jamgram.cpp src/engine/jamgram.y
|
- cd tools/build && bison -y -d -o src/engine/jamgram.cpp src/engine/jamgram.y
|
||||||
- ./bootstrap.sh --prefix=$FLATPAK_DEST --with-libraries=system,thread,log || cat bootstrap.log
|
- ./bootstrap.sh --prefix=$FLATPAK_DEST --with-libraries=system,thread,log || cat bootstrap.log
|
||||||
- ./b2 install variant=release link=static,shared runtime-link=shared cxxflags="$CXXFLAGS" linkflags="$LDFLAGS" -j $FLATPAK_BUILDER_N_JOBS # yamllint disable-line rule:line-length
|
- ./b2 install variant=release link=static,shared runtime-link=shared cxxflags="$CXXFLAGS" linkflags="$LDFLAGS"
|
||||||
|
-j $FLATPAK_BUILDER_N_JOBS
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.74/boost1.74_1.74.0.orig.tar.xz
|
url: http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.74/boost1.74_1.74.0.orig.tar.xz
|
||||||
@@ -140,6 +141,7 @@ modules:
|
|||||||
sha256: 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
sha256: 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
||||||
|
|
||||||
- name: libevdev
|
- name: libevdev
|
||||||
|
disabled: false
|
||||||
buildsystem: meson
|
buildsystem: meson
|
||||||
config-opts:
|
config-opts:
|
||||||
- -Ddocumentation=disabled
|
- -Ddocumentation=disabled
|
||||||
@@ -169,7 +171,8 @@ modules:
|
|||||||
- '*'
|
- '*'
|
||||||
build-commands:
|
build-commands:
|
||||||
- chmod u+x ./cuda.run
|
- chmod u+x ./cuda.run
|
||||||
- ./cuda.run --silent --toolkit --toolkitpath=$FLATPAK_DEST/cuda --no-opengl-libs --no-man-page --no-drm --tmpdir=$FLATPAK_BUILDER_BUILDDIR # yamllint disable-line rule:line-length
|
- ./cuda.run --silent --toolkit --toolkitpath=$FLATPAK_DEST/cuda --no-opengl-libs --no-man-page --no-drm
|
||||||
|
--tmpdir=$FLATPAK_BUILDER_BUILDDIR
|
||||||
- rm -r $FLATPAK_DEST/cuda/nsight-systems-2021.3.2
|
- rm -r $FLATPAK_DEST/cuda/nsight-systems-2021.3.2
|
||||||
- rm ./cuda.run
|
- rm ./cuda.run
|
||||||
sources:
|
sources:
|
||||||
@@ -187,6 +190,7 @@ modules:
|
|||||||
dest-filename: cuda.run
|
dest-filename: cuda.run
|
||||||
|
|
||||||
- name: sunshine
|
- name: sunshine
|
||||||
|
disabled: false
|
||||||
buildsystem: cmake
|
buildsystem: cmake
|
||||||
no-make-install: false
|
no-make-install: false
|
||||||
builddir: true
|
builddir: true
|
||||||
|
|||||||
Reference in New Issue
Block a user