Skip to content

Commit 8afd6e0

Browse files
committed
More cleanup
1 parent b8708f0 commit 8afd6e0

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,8 @@ jobs:
5656
sudo apt update
5757
sudo apt-get -y install gcc-riscv64-unknown-elf
5858
59-
# default runner homebrew setup won't allow us to run `brew tap`
60-
- name: Set up Homebrew
61-
if: matrix.os == 'macos'
62-
uses: Homebrew/actions/setup-homebrew@master
63-
6459
- name: Install riscv-tools
65-
if: matrix.os == 'macos'
60+
if: matrix.runner == 'macos-13'
6661
run: |
6762
brew tap riscv-software-src/riscv
6863
brew install riscv-tools

build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ touch /tmp/riscv32em-athena-zkvm-elf.json
1515
# Set environment variables to override compiler flags
1616
export CC_riscv32em_athena_zkvm_elf="clang"
1717
export CXX_riscv32em_athena_zkvm_elf="clang++"
18-
#export AR_riscv32em_athena_zkvm_elf="ar"
1918

2019
# Explicitly set CFLAGS without the problematic flags
2120
export CFLAGS_riscv32em_athena_zkvm_elf="-ffunction-sections -fdata-sections -fPIC -target riscv32-unknown-elf"

patches/config.ci.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ configure-args = []
88
cargo-native-static = true
99

1010
[target.riscv32em-athena-zkvm-elf]
11-
cc = "riscv64-unknown-elf-gcc"
12-
cxx = "riscv64-unknown-elf-g++"
11+
cc = "clang"
12+
cxx = "clang++"
1313

1414
[rust]
1515
lld = true

0 commit comments

Comments
 (0)