D cargo_config
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-nitro-enclaves-cli?expand=0&rev=36
This commit is contained in:
parent
952ec3f64e
commit
f92555d651
@ -28,7 +28,6 @@ ExclusiveArch: aarch64 x86_64
|
|||||||
Patch0: %name.patch
|
Patch0: %name.patch
|
||||||
Source0: %name-%version.tar.xz
|
Source0: %name-%version.tar.xz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
|
||||||
Source3: aws-nitro-enclaves-cli-rpmlintrc
|
Source3: aws-nitro-enclaves-cli-rpmlintrc
|
||||||
Source9: aws-nitro-enclaves-sdk-bootstrap-ac43d103ba0f98044bf760477c088f1dc6f3702d.tar.xz
|
Source9: aws-nitro-enclaves-sdk-bootstrap-ac43d103ba0f98044bf760477c088f1dc6f3702d.tar.xz
|
||||||
Requires(pre): system-group-%ne_system_group = %version-%release
|
Requires(pre): system-group-%ne_system_group = %version-%release
|
||||||
@ -113,8 +112,6 @@ _EOF_
|
|||||||
nitro-cli run-enclave --eif-path hello.eif --cpu-count 2 --memory 512 --debug-mode --attach-console
|
nitro-cli run-enclave --eif-path hello.eif --cpu-count 2 --memory 512 --debug-mode --attach-console
|
||||||
_EOR_
|
_EOR_
|
||||||
%install
|
%install
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
%if 0%{?__debug_package}
|
%if 0%{?__debug_package}
|
||||||
rustflags='-Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2'
|
rustflags='-Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2'
|
||||||
release=
|
release=
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
Loading…
Reference in New Issue
Block a user