test cargo build opts
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Has been cancelled

This commit is contained in:
Ward from fusion-voyager-3 2024-07-26 21:56:56 +03:00
parent edcd46a17e
commit 61490c3124
4 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
1 2

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
wayshot (1.3.1.git-101pika1) pika; urgency=medium wayshot (1.3.1.git-101pika2) pika; urgency=medium
* Update to PikaOS 4 * Update to PikaOS 4

2
debian/rules vendored
View File

@ -9,7 +9,7 @@ export PIKA_BUILD_ARCH = $(shell cat pika-build-arch)
override_dh_prep: override_dh_prep:
# amd64 build prep # amd64 build prep
ifeq (amd64-v3,$(PIKA_BUILD_ARCH)) ifeq (amd64-v3,$(PIKA_BUILD_ARCH))
export RUSTFLAGS = "-C target-cpu=x86-64-v3 -Clinker-plugin-lto -Copt-level=3" export RUSTFLAGS = "-C target-cpu=x86-64-v35 -Clinker-plugin-lto -Copt-level=34"
endif endif
## This here will start the build: ## This here will start the build:

View File

@ -12,6 +12,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch
#git clone https://github.com/waycrate/wayshot.git --recurse-submodules -b "$VERSION" #git clone https://github.com/waycrate/wayshot.git --recurse-submodules -b "$VERSION"
git clone https://github.com/waycrate/wayshot.git --recurse-submodules git clone https://github.com/waycrate/wayshot.git --recurse-submodules
cp -rvf ./debian ./wayshot cp -rvf ./debian ./wayshot
cp -vf ./Makefile ./wayshot
cd ./wayshot cd ./wayshot
# Get build deps # Get build deps