Skip to content

Commit 94cc9cd

Browse files
committed
new bottles, first macos 13 ventura
1 parent 8f328b6 commit 94cc9cd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Build the toolchain:
1919

2020
$ brew install riscv-tools
2121

22-
If you have macOS Monterey (12), `riscv-tools` will be installed from precompiled binaries. If you do not have Monterey (for x86), `riscv-tools` will be built from source. Note building from source will require approximately 6.5 GB for all of the source and intermediate build files. It builds with the default compiler (clang), but you can specify another compiler on the command line. For example:
22+
If you have macOS Ventura (13), `riscv-tools` will be installed from precompiled binaries. If you do not have Monterey (for x86), `riscv-tools` will be built from source. Note building from source will require approximately 6.5 GB for all of the source and intermediate build files. It builds with the default compiler (clang), but you can specify another compiler on the command line. For example:
2323

2424
$ brew install --cc=gcc-10 riscv-tools
2525

riscv-gnu-toolchain.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class RiscvGnuToolchain < Formula
3030

3131
bottle do
3232
root_url "http://riscv.org.s3.amazonaws.com/bottles"
33-
rebuild 11
34-
sha256 monterey: "cc69b8f51e47cf4d8dbb5a6fbf28169a1be4f48d5f3c16903ffd2eacf9f7497f"
33+
rebuild 12
34+
sha256 ventura: "d38930d0e52ed36c72f2985fc5cc0b032f0109e745bbfa35c3cf485428687736"
3535
end
3636

3737
# enabling multilib by default, must choose to build without

riscv-isa-sim.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class RiscvIsaSim < Formula
66

77
bottle do
88
root_url "http://riscv.org.s3.amazonaws.com/bottles"
9-
rebuild 13
10-
sha256 cellar: :any, monterey: "2a72ae7d68c1ef136bea4264fe5796aa1468db848bf13daadec8f44219cfa148"
9+
rebuild 14
10+
sha256 cellar: :any, ventura: "02b56f3cace2ad901f2bea580a5d041815742d79e7cde5167e363f4df108159f"
1111
end
1212

1313
depends_on "dtc"

riscv-pk.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class RiscvPk < Formula
66

77
bottle do
88
root_url "http://riscv.org.s3.amazonaws.com/bottles"
9-
rebuild 11
10-
sha256 cellar: :any_skip_relocation, monterey: "8fe5a008d436e5fe65631a05407f22f9aa71dd9e48956d193fc60fc9094b0f60"
9+
rebuild 12
10+
sha256 cellar: :any_skip_relocation, ventura: "4ef896ae9c3f097a68a43e7c39183d964822ad484c0e84af4d16280b9460f8f4"
1111
end
1212

1313
depends_on "gnu-sed" => :build

0 commit comments

Comments
 (0)