File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 96
96
# For more information about this error, try `rustc --explain E0210`.
97
97
# Old versions of rustc (<=1.39) fail to build curl-0.4.34 because:
98
98
# error[E0658]: the `#[non_exhaustive]` attribute is an experimental feature
99
- # ote: for more information, see https://github.com/rust-lang/rust/issues/44109
99
+ # note: for more information, see https://github.com/rust-lang/rust/issues/44109
100
+ # Old versions of rustc (<=1.42) fail to build object-0.23.0 because:
101
+ # error[E0658]: subslice patterns are unstable
102
+ # note: for more information, see https://github.com/rust-lang/rust/issues/62254
100
103
ifeq ($(call can-run,$(RUSTC ) --version | grep '^rustc 1\.\(3[0-4]\) \.'),y)
101
104
SUBDIRS_BLACKLIST += rust/asymkeyfind% rust/check_linux_pass% rust/download_web%
102
105
else ifeq ($(call can-run,$(RUSTC) --version | grep '^rustc 1\.\(3[0-9]\)\.'),y)
103
106
SUBDIRS_BLACKLIST += rust/check_linux_pass% rust/download_web%
107
+ else ifeq ($(call can-run,$(RUSTC) --version | grep '^rustc 1\.\(4[0-1]\)\.'),y)
108
+ SUBDIRS_BLACKLIST += rust/download_web%
104
109
endif
105
110
endif
106
111
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ COPY . /shared/
50
50
CMD ["/run_shared_test.sh"]
51
51
52
52
# make list-nobuild:
53
- # Global blacklist: latex%
53
+ # Global blacklist: latex% rust/download_web%
54
54
# In sub-directories:
55
55
# c: x86-read_64b_regs_in_32b_mode
56
56
# glossaries:
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ COPY . /shared/
62
62
CMD ["/run_shared_test.sh"]
63
63
64
64
# make list-nobuild:
65
- # Global blacklist: latex%
65
+ # Global blacklist: latex% rust/download_web%
66
66
# In sub-directories:
67
67
# c:
68
68
# glossaries:
@@ -76,7 +76,7 @@ CMD ["/run_shared_test.sh"]
76
76
# rust:
77
77
# verification:
78
78
# With gcc -m32:
79
- # Global blacklist: latex%
79
+ # Global blacklist: latex% rust/download_web%
80
80
# In sub-directories:
81
81
# c: gmp_functions gtk_alpha_window
82
82
# glossaries:
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ COPY . /shared/
61
61
CMD ["/run_shared_test.sh"]
62
62
63
63
# make list-nobuild:
64
- # Global blacklist: latex%
64
+ # Global blacklist: latex% rust/download_web%
65
65
# In sub-directories:
66
66
# c:
67
67
# glossaries:
@@ -75,7 +75,7 @@ CMD ["/run_shared_test.sh"]
75
75
# rust:
76
76
# verification:
77
77
# With gcc -m32:
78
- # Global blacklist: latex%
78
+ # Global blacklist: latex% rust/download_web%
79
79
# In sub-directories:
80
80
# c: gtk_alpha_window
81
81
# glossaries:
You can’t perform that action at this time.
0 commit comments