Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To the best of my knowledge, this does not reflect the actual status of these platforms. These platforms aren't built on CI, and they seem to just be regular tier 3 platforms.
It is difficult to tell from the original PR (#157) what the context was. I don't see any evidence that these were being built at the time.
x86_64-unknown-cloudabi
is built. Some of these were (erroneously?) added to the manifest, but were later removed in Remove targets from the manifest that are not built on travis rust#55187 (there is still one vestigial entry foraarch64-unknown-cloudabi
).powerpc-unknown-linux-gnuspe
: This was added as a "disabled" Dockerfile in ci: Add Dockerfile for dist-powerpcspe-linux rust#55644. There are a number of "disabled" Dockerfiles which assist with building tier 3 platforms, but aren't built or tested automatically to my knowledge.sparc-unknown-linux-gnu
: Onlysparc64-unknown-linux-gnu
andsparcv9-sun-solaris
are built. 32-bit SPARC was added in Add missing pieces for sparc-linux-gnu support rust#48297. It was (erroneously?) added to the manifest, and removed in Remove targets from the manifest that are not built on travis rust#55187.