| ... | @@ -847,6 +847,7 @@ const test_targets = blk: { | ... | @@ -847,6 +847,7 @@ const test_targets = blk: { |
| 847 | .arch_os_abi = "riscv32-linux-none", | 847 | .arch_os_abi = "riscv32-linux-none", |
| 848 | .cpu_features = "baseline-d-f", | 848 | .cpu_features = "baseline-d-f", |
| 849 | }) catch unreachable, | 849 | }) catch unreachable, |
| | 850 | .extra_target = true, |
| 850 | }, | 851 | }, |
| 851 | .{ | 852 | .{ |
| 852 | .target = .{ | 853 | .target = .{ |
| ... | @@ -872,6 +873,7 @@ const test_targets = blk: { | ... | @@ -872,6 +873,7 @@ const test_targets = blk: { |
| 872 | .cpu_features = "baseline-d-f", | 873 | .cpu_features = "baseline-d-f", |
| 873 | }) catch unreachable, | 874 | }) catch unreachable, |
| 874 | .link_libc = true, | 875 | .link_libc = true, |
| | 876 | .extra_target = true, |
| 875 | }, | 877 | }, |
| 876 | .{ | 878 | .{ |
| 877 | .target = .{ | 879 | .target = .{ |
| ... | @@ -904,6 +906,7 @@ const test_targets = blk: { | ... | @@ -904,6 +906,7 @@ const test_targets = blk: { |
| 904 | .arch_os_abi = "riscv64-linux-none", | 906 | .arch_os_abi = "riscv64-linux-none", |
| 905 | .cpu_features = "baseline-d-f", | 907 | .cpu_features = "baseline-d-f", |
| 906 | }) catch unreachable, | 908 | }) catch unreachable, |
| | 909 | .extra_target = true, |
| 907 | }, | 910 | }, |
| 908 | .{ | 911 | .{ |
| 909 | .target = .{ | 912 | .target = .{ |
| ... | @@ -929,6 +932,7 @@ const test_targets = blk: { | ... | @@ -929,6 +932,7 @@ const test_targets = blk: { |
| 929 | .cpu_features = "baseline-d-f", | 932 | .cpu_features = "baseline-d-f", |
| 930 | }) catch unreachable, | 933 | }) catch unreachable, |
| 931 | .link_libc = true, | 934 | .link_libc = true, |
| | 935 | .extra_target = true, |
| 932 | }, | 936 | }, |
| 933 | .{ | 937 | .{ |
| 934 | .target = .{ | 938 | .target = .{ |