-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #206327: julia_18: use more bundle libraries
- Loading branch information
Showing
6 changed files
with
46 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pkgs/development/compilers/julia/patches/1.8/0001-skip-symlink-system-libraries.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 1faa30525c9671ffd3a08901896b521a040d7e5c Mon Sep 17 00:00:00 2001 | ||
From b2a58160fd194858267c433ae551f24840a0b3f4 Mon Sep 17 00:00:00 2001 | ||
From: Nick Cao <[email protected]> | ||
Date: Tue, 20 Sep 2022 18:42:08 +0800 | ||
Subject: [PATCH 1/4] skip symlink system libraries | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 05c008dcabaf94f5623f2f7e267005eef0a8c5fc Mon Sep 17 00:00:00 2001 | ||
From ddf422a97973a1f4d2d4d32272396c7165580702 Mon Sep 17 00:00:00 2001 | ||
From: Nick Cao <[email protected]> | ||
Date: Tue, 20 Sep 2022 18:42:31 +0800 | ||
Subject: [PATCH 2/4] skip building doc | ||
|
@@ -8,10 +8,10 @@ Subject: [PATCH 2/4] skip building doc | |
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/Makefile b/Makefile | ||
index d38311dce..a775d36e1 100644 | ||
index 57b595310..563be74c9 100644 | ||
--- a/Makefile | ||
+++ b/Makefile | ||
@@ -227,7 +227,7 @@ define stringreplace | ||
@@ -229,7 +229,7 @@ define stringreplace | ||
endef | ||
|
||
|
||
|
25 changes: 25 additions & 0 deletions
25
pkgs/development/compilers/julia/patches/1.8/0003-skip-failing-and-flaky-tests.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From ed596b33005a438109f0078ed0ba30ebe464b4b5 Mon Sep 17 00:00:00 2001 | ||
From: Nick Cao <[email protected]> | ||
Date: Tue, 20 Sep 2022 18:42:59 +0800 | ||
Subject: [PATCH 3/4] skip failing and flaky tests | ||
|
||
--- | ||
test/Makefile | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/test/Makefile b/test/Makefile | ||
index 24e137a5b..553d9d095 100644 | ||
--- a/test/Makefile | ||
+++ b/test/Makefile | ||
@@ -23,7 +23,7 @@ default: | ||
|
||
$(TESTS): | ||
@cd $(SRCDIR) && \ | ||
- $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl $@) | ||
+ $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl --skip MozillaCACerts_jll --skip NetworkOptions --skip Zlib_jll --skip GMP_jll --skip channels $@) | ||
|
||
$(addprefix revise-, $(TESTS)): revise-% : | ||
@cd $(SRCDIR) && \ | ||
-- | ||
2.38.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 756d4e977f8f224e20effa82c612e5a9cc14d82e Mon Sep 17 00:00:00 2001 | ||
From f91c8c6364eb321dd5e66fa443472fca6bcda7d6 Mon Sep 17 00:00:00 2001 | ||
From: Nick Cao <[email protected]> | ||
Date: Tue, 20 Sep 2022 18:42:59 +0800 | ||
Subject: [PATCH 3/4] skip failing tests | ||
|
@@ -8,15 +8,15 @@ Subject: [PATCH 3/4] skip failing tests | |
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/test/Makefile b/test/Makefile | ||
index 24e137a5b..c17ccea8a 100644 | ||
index 24e137a5b..2b30ab392 100644 | ||
--- a/test/Makefile | ||
+++ b/test/Makefile | ||
@@ -23,7 +23,7 @@ default: | ||
|
||
$(TESTS): | ||
@cd $(SRCDIR) && \ | ||
- $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl $@) | ||
+ $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl --skip LibGit2_jll --skip MozillaCACerts_jll --skip NetworkOptions --skip nghttp2_jll --skip Zlib_jll --skip MbedTLS_jll $@) | ||
+ $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl --skip MozillaCACerts_jll --skip NetworkOptions --skip Zlib_jll --skip GMP_jll $@) | ||
|
||
$(addprefix revise-, $(TESTS)): revise-% : | ||
@cd $(SRCDIR) && \ | ||
|
2 changes: 1 addition & 1 deletion
2
...elopment/compilers/julia/patches/1.8/0004-ignore-absolute-path-when-loading-library.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From c0e587f4c50bd7bedfe6e5102e9b47c9704fac9b Mon Sep 17 00:00:00 2001 | ||
From 4bd87f2f3151ad07d311f7d33c2b890977aca93d Mon Sep 17 00:00:00 2001 | ||
From: Nick Cao <[email protected]> | ||
Date: Tue, 20 Sep 2022 18:43:15 +0800 | ||
Subject: [PATCH 4/4] ignore absolute path when loading library | ||
|