From 77f88513b06d06f14e5fd590f7769adff04af860 Mon Sep 17 00:00:00 2001 From: Eduardo Souza Date: Fri, 25 Oct 2024 04:59:22 +0000 Subject: [PATCH 1/6] Update julia_version --- mmtk/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 3ff8668b..69e5e6ab 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -10,8 +10,8 @@ edition = "2018" # Metadata for the Julia repository [package.metadata.julia] # Our CI matches the following line and extract mmtk/julia. If this line is updated, please check ci yaml files and make sure it works. -julia_repo = "https://github.com/mmtk/julia.git" -julia_version = "ddc7361dec25ec618b75e5eb99bea8e59cbdaeaa" +julia_repo = "https://github.com/udesou/julia.git" +julia_version = "9448be54cf177efcf315c334f1b2203ef28ca9c7" [lib] crate-type = ["cdylib"] From 7370a907440c47c37f179ccfa5e7313caa383fb0 Mon Sep 17 00:00:00 2001 From: Eduardo Souza Date: Mon, 25 Nov 2024 16:59:00 +1100 Subject: [PATCH 2/6] Update Cargo.toml --- mmtk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 69e5e6ab..2ebc2c97 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [package.metadata.julia] # Our CI matches the following line and extract mmtk/julia. If this line is updated, please check ci yaml files and make sure it works. julia_repo = "https://github.com/udesou/julia.git" -julia_version = "9448be54cf177efcf315c334f1b2203ef28ca9c7" +julia_version = "f831a07d94b4d1ce1795bb6f4a34df6570a8eb2e" [lib] crate-type = ["cdylib"] From 4f38920159df31bc858932f008f80491377d2a15 Mon Sep 17 00:00:00 2001 From: Eduardo Souza Date: Tue, 26 Nov 2024 05:54:08 +0000 Subject: [PATCH 3/6] Update julia_version --- mmtk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 2ebc2c97..b943c10e 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [package.metadata.julia] # Our CI matches the following line and extract mmtk/julia. If this line is updated, please check ci yaml files and make sure it works. julia_repo = "https://github.com/udesou/julia.git" -julia_version = "f831a07d94b4d1ce1795bb6f4a34df6570a8eb2e" +julia_version = "9846195fdbdb6097ef64f06059ef4fd649aed211" [lib] crate-type = ["cdylib"] From 04ae4df7e2e96533ae271afd3368d63dcc60bf14 Mon Sep 17 00:00:00 2001 From: Eduardo Souza Date: Tue, 26 Nov 2024 22:44:46 +0000 Subject: [PATCH 4/6] Updating julia_version --- mmtk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index b943c10e..8912f0ba 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [package.metadata.julia] # Our CI matches the following line and extract mmtk/julia. If this line is updated, please check ci yaml files and make sure it works. julia_repo = "https://github.com/udesou/julia.git" -julia_version = "9846195fdbdb6097ef64f06059ef4fd649aed211" +julia_version = "d7ca89d5017f57b0fedf80add4ae3a0f4aee215e" [lib] crate-type = ["cdylib"] From f9512709ca3528fe8d7c12a3f25983bc0be4dece Mon Sep 17 00:00:00 2001 From: Eduardo Souza Date: Tue, 26 Nov 2024 22:46:27 +0000 Subject: [PATCH 5/6] Update julia_version --- mmtk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 8912f0ba..284f8bd1 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [package.metadata.julia] # Our CI matches the following line and extract mmtk/julia. If this line is updated, please check ci yaml files and make sure it works. julia_repo = "https://github.com/udesou/julia.git" -julia_version = "d7ca89d5017f57b0fedf80add4ae3a0f4aee215e" +julia_version = "fcdd215ea98aa09293aac3b246c7b76f87fe43a9" [lib] crate-type = ["cdylib"] From 395047d9a41c7599d6e460735f01fa8a0c2154db Mon Sep 17 00:00:00 2001 From: Eduardo Souza Date: Wed, 27 Nov 2024 12:52:27 +1100 Subject: [PATCH 6/6] Update Cargo.toml --- mmtk/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 284f8bd1..3e849709 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -10,8 +10,8 @@ edition = "2018" # Metadata for the Julia repository [package.metadata.julia] # Our CI matches the following line and extract mmtk/julia. If this line is updated, please check ci yaml files and make sure it works. -julia_repo = "https://github.com/udesou/julia.git" -julia_version = "fcdd215ea98aa09293aac3b246c7b76f87fe43a9" +julia_repo = "https://github.com/mmtk/julia.git" +julia_version = "67b2ec10542c9e80d1f5b4aeddb8bf9d3c4f6ba1" [lib] crate-type = ["cdylib"]