fix(server): no need to patch statically-linked binary

This commit is contained in:
Anna 2022-08-25 18:23:00 -04:00
parent 017aec72a2
commit f3e75665e0
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ tasks:
cd remote-party-finder/server
nix-shell --command 'cargo build --release --target x86_64-unknown-linux-musl'
strip -s target/x86_64-unknown-linux-musl/release/remote-party-finder
nix-shell --command 'patchelf --remove-rpath --set-interpreter /usr/lib64/ld-linux-x86-64.so.2 target/x86_64-unknown-linux-musl/release/remote-party-finder'
# nix-shell --command 'patchelf --remove-rpath --set-interpreter /usr/lib64/ld-linux-x86-64.so.2 target/x86_64-unknown-linux-musl/release/remote-party-finder'
artifacts:
- remote-party-finder/server/target/x86_64-unknown-linux-musl/release/remote-party-finder