From: Colin Ian King Date: Mon, 6 Sep 2021 14:56:10 +0000 (+0100) Subject: snap: add architectures to snap build X-Git-Tag: v0.22.0~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e113312e727736646daef2adc7747812b730da57;p=platform%2Fupstream%2Fbcc.git snap: add architectures to snap build Enable remove build without needing to specifiy architectures on the command line Signed-off-by: Colin Ian King --- diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 35ae9624..9eedafd9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -28,6 +28,14 @@ assumes: [snapd2.37] base: core18 adopt-info: bcc +architectures: + - build-on: s390x + - build-on: ppc64el + - build-on: arm64 + - build-on: armhf + - build-on: amd64 + - build-on: i386 + parts: bcc: plugin: cmake @@ -241,7 +249,7 @@ apps: command: bcc-wrapper pythonstat readahead: command: bcc-wrapper readahead - reset_trace: + reset-trace: command: bcc-wrapper reset-trace rubycalls: command: bcc-wrapper rubycalls