Skip to content

Commit c230626

Browse files
committed
Exclude jemalloc-ctl:0.3.3
1 parent fbca24c commit c230626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dep-tests.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
exclude = [
55
"c2-chacha:0.2.3", # よくわからない理由でビルドに失敗する
66
"derive_more:0.99.2", # 必要なファイルがexcludeされている
7+
"jemalloc-ctl:0.3.3", # CI上で偶にSIGFPEで落ちる。テストがまずいのか根本的にまずいのか不明
78
"libm:0.1.4", # `#![deny(warnings)]`
89
"mac:0.1.1", # `#![deny(warnings)]`
910
"nom:5.0.1", # 必要なファイルがexcludeされている
@@ -14,9 +15,9 @@ exclude = [
1415
"rand:0.6.5", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
1516
"rand_core:0.3.1", # よくわからない理由でビルドに失敗する
1617
"rand_pcg:0.1.2", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
18+
"smallvec:0.6.13", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
1719
"syn:0.15.44", # よくわからない理由でビルドに失敗する
1820
"syn:1.0.8", # よくわからない理由でビルドに失敗する
19-
"smallvec:0.6.13", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
2021
]
2122

2223
# key部分でSPECを指定すると、そのSPECの対象のpackageはvalue部分で指定したtargetのみ実行する。

0 commit comments

Comments
 (0)