From d0ee649eac35ccaa5e13d5c58d9c3b1db1dbf50e Mon Sep 17 00:00:00 2001 From: "enzyme-ci-bot[bot]" <78882869+enzyme-ci-bot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 22:03:05 +0000 Subject: [PATCH] Upgrade enzyme to refs/tags/v0.0.90 (#7622) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Upgrade enzyme to refs/tags/v0.0.90 * Update E/Enzyme/build_tarballs.jl * Update build_tarballs.jl --------- Co-authored-by: wsmoses Co-authored-by: Valentin Churavy Co-authored-by: Mosè Giordano --- E/Enzyme/build_tarballs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/E/Enzyme/build_tarballs.jl b/E/Enzyme/build_tarballs.jl index 658e79ff810..874392841d2 100644 --- a/E/Enzyme/build_tarballs.jl +++ b/E/Enzyme/build_tarballs.jl @@ -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.89" +auto_version = "refs/tags/v0.0.90" 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"] # Collection of sources required to build attr sources = [ - GitSource(repo, "2eb4603eff7d0703ce09bfbe563faa5d1022881c"), + GitSource(repo, "dfb8b55b8c3bc069a6fe3e4a86190b749d0d2d8b"), ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz", "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f"), ]