Skip to content

Commit

Permalink
FINAL MAYBE
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhhgnik committed Oct 4, 2024
1 parent 2dfce0c commit 686d6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions fedora-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,3 @@ ln -s /tmp/stone-prover/build/bazelbin/src/starkware/main/cpu/cpu_air_prover /us
ln -s /tmp/stone-prover/build/bazelbin/src/starkware/main/cpu/cpu_air_verifier /usr/local/bin/cpu_air_verifier


# Copy the built binaries to the workspace directory
cp /tmp/stone-prover/build/bazelbin/src/starkware/main/cpu/cpu_air_prover /github/workspace/cpu_air_prover
cp /tmp/stone-prover/build/bazelbin/src/starkware/main/cpu/cpu_air_verifier /github/workspace/cpu_air_verifier

4 changes: 2 additions & 2 deletions package_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sudo dnf install -y ruby ruby-devel rubygems gcc make rpm-build
sudo gem install --no-document fpm

# Create a temporary directory for the package
mkdir -p /tmp/stone-prover/RPM

mkdir -p /tmp/stone-prover/usr/bin

TAG=$1
Expand All @@ -23,7 +23,7 @@ fpm -s dir -t rpm \
-n stone-prover \
-v "$(echo $TAG | cut -c 2-)" \
-a "$(uname -m)" \
-C /tmp/stone-prover \
-C /tmp/stone-prover/stone-prover.rpm \
--prefix / \
--depends libdw1 \
--maintainer "Baking Bad <[email protected]>" \
Expand Down

0 comments on commit 686d6d6

Please sign in to comment.