@@ -632,9 +632,6 @@ rust_bootstrap_library(
632
632
rustc_flags = ["--cfg=blake3_neon"],
633
633
deps = [":blake3-1.8.2-simd_neon-aarch64"],
634
634
),
635
- "linux-arm64-library": dict(
636
- rustc_flags = ["--cfg=blake3_neon"],
637
- ),
638
635
"linux-x86_64-compiler": dict(
639
636
rustc_flags = [
640
637
"--cfg=blake3_avx2_ffi",
@@ -644,21 +641,10 @@ rust_bootstrap_library(
644
641
],
645
642
deps = [":blake3-1.8.2-simd_x86_unix"],
646
643
),
647
- "linux-x86_64-library": dict(
648
- rustc_flags = [
649
- "--cfg=blake3_avx2_ffi",
650
- "--cfg=blake3_avx512_ffi",
651
- "--cfg=blake3_sse2_ffi",
652
- "--cfg=blake3_sse41_ffi",
653
- ],
654
- ),
655
644
"macos-arm64-compiler": dict(
656
645
rustc_flags = ["--cfg=blake3_neon"],
657
646
deps = [":blake3-1.8.2-simd_neon-aarch64"],
658
647
),
659
- "macos-arm64-library": dict(
660
- rustc_flags = ["--cfg=blake3_neon"],
661
- ),
662
648
"macos-x86_64-compiler": dict(
663
649
rustc_flags = [
664
650
"--cfg=blake3_avx2_ffi",
@@ -668,14 +654,6 @@ rust_bootstrap_library(
668
654
],
669
655
deps = [":blake3-1.8.2-simd_x86_unix"],
670
656
),
671
- "macos-x86_64-library": dict(
672
- rustc_flags = [
673
- "--cfg=blake3_avx2_ffi",
674
- "--cfg=blake3_avx512_ffi",
675
- "--cfg=blake3_sse2_ffi",
676
- "--cfg=blake3_sse41_ffi",
677
- ],
678
- ),
679
657
"windows-gnu-compiler": dict(
680
658
rustc_flags = [
681
659
"--cfg=blake3_avx2_ffi",
@@ -685,14 +663,6 @@ rust_bootstrap_library(
685
663
],
686
664
deps = [":blake3-1.8.2-simd_x86_windows_gnu"],
687
665
),
688
- "windows-gnu-library": dict(
689
- rustc_flags = [
690
- "--cfg=blake3_avx2_ffi",
691
- "--cfg=blake3_avx512_ffi",
692
- "--cfg=blake3_sse2_ffi",
693
- "--cfg=blake3_sse41_ffi",
694
- ],
695
- ),
696
666
"windows-msvc-compiler": dict(
697
667
rustc_flags = [
698
668
"--cfg=blake3_avx2_ffi",
@@ -702,14 +672,6 @@ rust_bootstrap_library(
702
672
],
703
673
deps = [":blake3-1.8.2-simd_x86_windows_msvc"],
704
674
),
705
- "windows-msvc-library": dict(
706
- rustc_flags = [
707
- "--cfg=blake3_avx2_ffi",
708
- "--cfg=blake3_avx512_ffi",
709
- "--cfg=blake3_sse2_ffi",
710
- "--cfg=blake3_sse41_ffi",
711
- ],
712
- ),
713
675
},
714
676
visibility = [],
715
677
deps = [
@@ -3554,6 +3516,7 @@ rust_bootstrap_library(
3554
3516
visibility = [],
3555
3517
deps = [
3556
3518
":ahash-0.8.11",
3519
+ ":allocator-api2-0.2.21",
3557
3520
"//allocator:allocator-api2",
3558
3521
],
3559
3522
)
@@ -6284,72 +6247,29 @@ rust_bootstrap_library(
6284
6247
edition = "2021",
6285
6248
platform = {
6286
6249
"linux-arm64-compiler": dict(
6287
- rustc_flags = [
6288
- "--cfg=asm",
6289
- "--cfg=switchable_stack",
6290
- ],
6250
+ rustc_flags = ["--cfg=switchable_stack"],
6291
6251
deps = [":psm-0.1.26-psm_s-linux-aarch64"],
6292
6252
),
6293
- "linux-arm64-library": dict(
6294
- rustc_flags = [
6295
- "--cfg=asm",
6296
- "--cfg=switchable_stack",
6297
- ],
6298
- ),
6299
6253
"linux-x86_64-compiler": dict(
6300
- rustc_flags = [
6301
- "--cfg=asm",
6302
- "--cfg=switchable_stack",
6303
- ],
6254
+ rustc_flags = ["--cfg=switchable_stack"],
6304
6255
deps = [":psm-0.1.26-psm_s-linux-x86_64"],
6305
6256
),
6306
- "linux-x86_64-library": dict(
6307
- rustc_flags = [
6308
- "--cfg=asm",
6309
- "--cfg=switchable_stack",
6310
- ],
6311
- ),
6312
6257
"macos-arm64-compiler": dict(
6313
- rustc_flags = [
6314
- "--cfg=asm",
6315
- "--cfg=switchable_stack",
6316
- ],
6258
+ rustc_flags = ["--cfg=switchable_stack"],
6317
6259
deps = [":psm-0.1.26-psm_s-macos-aarch64"],
6318
6260
),
6319
- "macos-arm64-library": dict(
6320
- rustc_flags = [
6321
- "--cfg=asm",
6322
- "--cfg=switchable_stack",
6323
- ],
6324
- ),
6325
6261
"macos-x86_64-compiler": dict(
6326
- rustc_flags = [
6327
- "--cfg=asm",
6328
- "--cfg=switchable_stack",
6329
- ],
6262
+ rustc_flags = ["--cfg=switchable_stack"],
6330
6263
deps = [":psm-0.1.26-psm_s-macos-x86_64"],
6331
6264
),
6332
- "macos-x86_64-library": dict(
6333
- rustc_flags = [
6334
- "--cfg=asm",
6335
- "--cfg=switchable_stack",
6336
- ],
6337
- ),
6338
6265
"windows-gnu-compiler": dict(
6339
- rustc_flags = ["--cfg=asm"],
6340
6266
deps = [":psm-0.1.26-psm_s-windows-x86_64-gnu"],
6341
6267
),
6342
- "windows-gnu-library": dict(
6343
- rustc_flags = ["--cfg=asm"],
6344
- ),
6345
6268
"windows-msvc-compiler": dict(
6346
- rustc_flags = ["--cfg=asm"],
6347
6269
deps = [":psm-0.1.26-psm_s-windows-x86_64-msvc"],
6348
6270
),
6349
- "windows-msvc-library": dict(
6350
- rustc_flags = ["--cfg=asm"],
6351
- ),
6352
6271
},
6272
+ rustc_flags = ["--cfg=asm"],
6353
6273
visibility = [],
6354
6274
)
6355
6275
@@ -13032,11 +12952,6 @@ rust_bootstrap_library(
13032
12952
"std_detect_file_io",
13033
12953
],
13034
12954
platform = {
13035
- "linux-arm64-compiler": dict(
13036
- env = {
13037
- "STD_ENV_ARCH": "aarch64",
13038
- },
13039
- ),
13040
12955
"linux-arm64-library": dict(
13041
12956
env = {
13042
12957
"STD_ENV_ARCH": "aarch64",
@@ -13053,11 +12968,6 @@ rust_bootstrap_library(
13053
12968
":object-0.36.7",
13054
12969
],
13055
12970
),
13056
- "linux-x86_64-compiler": dict(
13057
- env = {
13058
- "STD_ENV_ARCH": "x86_64",
13059
- },
13060
- ),
13061
12971
"linux-x86_64-library": dict(
13062
12972
env = {
13063
12973
"STD_ENV_ARCH": "x86_64",
@@ -13074,11 +12984,6 @@ rust_bootstrap_library(
13074
12984
":object-0.36.7",
13075
12985
],
13076
12986
),
13077
- "macos-arm64-compiler": dict(
13078
- env = {
13079
- "STD_ENV_ARCH": "aarch64",
13080
- },
13081
- ),
13082
12987
"macos-arm64-library": dict(
13083
12988
env = {
13084
12989
"STD_ENV_ARCH": "aarch64",
@@ -13095,11 +13000,6 @@ rust_bootstrap_library(
13095
13000
":object-0.36.7",
13096
13001
],
13097
13002
),
13098
- "macos-x86_64-compiler": dict(
13099
- env = {
13100
- "STD_ENV_ARCH": "x86_64",
13101
- },
13102
- ),
13103
13003
"macos-x86_64-library": dict(
13104
13004
env = {
13105
13005
"STD_ENV_ARCH": "x86_64",
@@ -13116,11 +13016,6 @@ rust_bootstrap_library(
13116
13016
":object-0.36.7",
13117
13017
],
13118
13018
),
13119
- "windows-gnu-compiler": dict(
13120
- env = {
13121
- "STD_ENV_ARCH": "x86_64",
13122
- },
13123
- ),
13124
13019
"windows-gnu-library": dict(
13125
13020
env = {
13126
13021
"STD_ENV_ARCH": "x86_64",
@@ -13138,11 +13033,6 @@ rust_bootstrap_library(
13138
13033
":windows-targets-0.0.0",
13139
13034
],
13140
13035
),
13141
- "windows-msvc-compiler": dict(
13142
- env = {
13143
- "STD_ENV_ARCH": "x86_64",
13144
- },
13145
- ),
13146
13036
"windows-msvc-library": dict(
13147
13037
env = {
13148
13038
"STD_ENV_ARCH": "x86_64",
@@ -14622,6 +14512,9 @@ rust_bootstrap_library(
14622
14512
crate = "winapi",
14623
14513
crate_root = "winapi-0.3.9.crate/src/lib.rs",
14624
14514
edition = "2015",
14515
+ env = {
14516
+ "OUT_DIR": "$(location :winapi-0.3.9-build-script-run[out_dir])",
14517
+ },
14625
14518
features = [
14626
14519
"consoleapi",
14627
14520
"errhandlingapi",
@@ -14633,31 +14526,10 @@ rust_bootstrap_library(
14633
14526
],
14634
14527
platform = {
14635
14528
"windows-gnu-compiler": dict(
14636
- env = {
14637
- "OUT_DIR": "$(location :winapi-0.3.9-build-script-run[out_dir])",
14638
- },
14639
- rustc_flags = ["@$(location :winapi-0.3.9-build-script-run[rustc_flags])"],
14640
14529
deps = [":winapi-x86_64-pc-windows-gnu-0.4.0"],
14641
14530
),
14642
- "windows-gnu-library": dict(
14643
- env = {
14644
- "OUT_DIR": "$(location :winapi-0.3.9-build-script-run[out_dir])",
14645
- },
14646
- rustc_flags = ["@$(location :winapi-0.3.9-build-script-run[rustc_flags])"],
14647
- ),
14648
- "windows-msvc-compiler": dict(
14649
- env = {
14650
- "OUT_DIR": "$(location :winapi-0.3.9-build-script-run[out_dir])",
14651
- },
14652
- rustc_flags = ["@$(location :winapi-0.3.9-build-script-run[rustc_flags])"],
14653
- ),
14654
- "windows-msvc-library": dict(
14655
- env = {
14656
- "OUT_DIR": "$(location :winapi-0.3.9-build-script-run[out_dir])",
14657
- },
14658
- rustc_flags = ["@$(location :winapi-0.3.9-build-script-run[rustc_flags])"],
14659
- ),
14660
14531
},
14532
+ rustc_flags = ["@$(location :winapi-0.3.9-build-script-run[rustc_flags])"],
14661
14533
visibility = [],
14662
14534
deps = [
14663
14535
"//platforms/windows:advapi32.lib",
@@ -14768,12 +14640,6 @@ rust_bootstrap_buildscript_run(
14768
14640
"winbase",
14769
14641
"wincon",
14770
14642
],
14771
- platform = {
14772
- "windows-gnu-compiler": dict(),
14773
- "windows-gnu-library": dict(),
14774
- "windows-msvc-compiler": dict(),
14775
- "windows-msvc-library": dict(),
14776
- },
14777
14643
version = "0.3.9",
14778
14644
)
14779
14645
0 commit comments