1
0
Olaf Hering 2024-04-05 10:22:35 +00:00 committed by Git OBS Bridge
parent 952ec3f64e
commit f92555d651
2 changed files with 0 additions and 8 deletions

View File

@ -28,7 +28,6 @@ ExclusiveArch: aarch64 x86_64
Patch0: %name.patch
Source0: %name-%version.tar.xz
Source1: vendor.tar.xz
Source2: cargo_config
Source3: aws-nitro-enclaves-cli-rpmlintrc
Source9: aws-nitro-enclaves-sdk-bootstrap-ac43d103ba0f98044bf760477c088f1dc6f3702d.tar.xz
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
_EOR_
%install
mkdir .cargo
cp %{SOURCE2} .cargo/config
%if 0%{?__debug_package}
rustflags='-Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2'
release=

View File

@ -1,5 +0,0 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"