From b3c1836bc4d7c99ed15f3002718af9746678fba0 Mon Sep 17 00:00:00 2001 From: Manik Jain Date: Fri, 13 Dec 2024 15:51:18 +0000 Subject: [PATCH] Revert test --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 123699a..bf4af00 100644 --- a/Makefile +++ b/Makefile @@ -33,9 +33,9 @@ fetch_proto: shared_obj: RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --target x86_64-unknown-linux-gnu --release --lib # FIXME: Convert to a cargo workspace to create original and stubbed .so files in one go - # RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --target x86_64-unknown-linux-gnu --release --lib --features stub-agave --target-dir target/stub-agave - # # to avoid conflicts when uploading as GH artifact - # cp target/stub-agave/x86_64-unknown-linux-gnu/release/libsolfuzz_agave.so target/x86_64-unknown-linux-gnu/release/libsolfuzz_agave_stubbed.so + RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --target x86_64-unknown-linux-gnu --release --lib --features stub-agave --target-dir target/stub-agave + # to avoid conflicts when uploading as GH artifact + cp target/stub-agave/x86_64-unknown-linux-gnu/release/libsolfuzz_agave.so target/x86_64-unknown-linux-gnu/release/libsolfuzz_agave_stubbed.so shared_obj_debug: $(CARGO) build --lib