Commit 4a321ae
committed
Do not bundle the ILCompiler (NativeAOT) where unsupported (e.g. ppc64le)
Gate BundleNativeAotCompiler on the NativeAotSupported feature flag instead of
attempting to bundle the ILCompiler/NativeAOT packs on RIDs that have no
NativeAOT backend. eng/common/native/NativeAotSupported.props already excludes
ppc64le (and s390x, wasm, and the unsupported OSes), so the source build no
longer tries to restore the nonexistent freebsd-ppc64le ILCompiler packs.1 parent be0fd8c commit 4a321ae
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
80 | | - | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments