Skip to content

Commit

Permalink
Upgrade enzyme to refs/tags/v0.0.139 (#9155)
Browse files Browse the repository at this point in the history
Co-authored-by: wsmoses <[email protected]>
  • Loading branch information
enzyme-ci-bot[bot] and wsmoses authored Jul 27, 2024
1 parent ce1449a commit ec78fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions E/Enzyme/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ include(joinpath(YGGDRASIL_DIR, "platforms", "llvm.jl"))
name = "Enzyme"
repo = "https://github.com/EnzymeAD/Enzyme.git"

auto_version = "refs/tags/v0.0.138"
auto_version = "refs/tags/v0.0.139"
version = VersionNumber(split(auto_version, "/")[end])

llvm_versions = [v"11.0.1", v"12.0.1", v"13.0.1", v"14.0.2", v"15.0.7", v"16.0.6", v"17.0.6"]

# Collection of sources required to build attr
sources = [
GitSource(repo, "cdd8187ef4bea1e0d3daf61d8a19767cf8a95373"),
GitSource(repo, "f62c3427f80f05a135b218f083b5204a094564b2"),
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz",
"0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f"),
]
Expand Down

2 comments on commit ec78fa7

@wsmoses
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@giordano the register failed, can you retrigger?

@giordano
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks for reporting it. But we're already trying to work around the secondary rate limit, I hope we don't have to do something else 😬

Please sign in to comment.