Skip to content

Commit

Permalink
Build the RPM with the rustup cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane authored Oct 11, 2023
1 parent fbd5ab8 commit cfa99a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-facsimile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BuildRequires: llvm
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --component cargo rust-std rustc

# Build the binary.
cargo build --release
~/.cargo/bin/cargo build --release

%install
# Clean up previous artifacts.
Expand Down

0 comments on commit cfa99a4

Please sign in to comment.