Skip to content

Commit

Permalink
Bump toolchain to release 20240923-1
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Marques <[email protected]>
  • Loading branch information
luismarques committed Oct 7, 2024
1 parent d14bc13 commit d2e4722
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolchains/lowrisc_rv32imcb/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def lowrisc_rv32imcb_repos(local = None):
http_archive_or_local(
name = "lowrisc_rv32imcb_files",
local = local,
url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20240206-1/lowrisc-toolchain-rv32imcb-20240206-1.tar.xz",
sha256 = "7bd480f95c9e2b1161136b2e28b45ac1eb151444b3c0ec4b6db149533da82ba2",
strip_prefix = "lowrisc-toolchain-rv32imcb-20240206-1",
url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20240923-1/lowrisc-toolchain-rv32imcb-20240923-1.tar.xz",
sha256 = "aeea1983553f4c81c6409abcf0d6ca33b5ed4716b2b694e7ff030523cf13486a",
strip_prefix = "lowrisc-toolchain-rv32imcb-20240923-1",
build_file = Label("//toolchains:BUILD.export_all.bazel"),
)

0 comments on commit d2e4722

Please sign in to comment.