From f3e75665e0748cf90552859f78b7f8cbff54eedb Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Thu, 25 Aug 2022 18:23:00 -0400 Subject: [PATCH] fix(server): no need to patch statically-linked binary --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 8e0beee..df9c74e 100644 --- a/.build.yml +++ b/.build.yml @@ -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