Skip to content

Commit

Permalink
Drop i686 from Tier 2 support (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHir authored Jan 7, 2023
1 parent 347801b commit 1451cd1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 37 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,6 @@ jobs:
container: "",
testable: false,
},
{
os-cfg: linux_i686,
runner: ubuntu-latest,
container: "docker.io/wpilib/opensdk-ubuntu:22.04",
testable: false,
},
]
name: Build raspi-bullseye-armhf for ${{ matrix.host.os-cfg }}
runs-on: ${{ matrix.host.runner }}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ jobs:
container: "",
testable: false,
},
{%- if target.os == "raspi-bullseye" %}
{
os-cfg: linux_i686,
runner: ubuntu-latest,
container: "docker.io/wpilib/opensdk-ubuntu:22.04",
testable: false,
},
{%- endif %}
]
name: Build {{ target.os }}-{{ target.port }} for ${{ '{{' }} matrix.host.os-cfg }}
runs-on: ${{ '{{' }} matrix.host.runner }}
Expand Down
45 changes: 22 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,42 @@ for macOS and Ubuntu.

### Tier 1

| OS | Arch | Known to work on |
| - | - | - |
| Windows | x86_64 | Windows XP |
| Linux | x86_64 | Ubuntu 22.04 |
| Mac | x86_64 | macOS 10.9 |
| Mac | ARMv8 | macOS 11.0 |
| OS | Arch | Known to work on |
| ------- | ------ | ---------------- |
| Windows | x86_64 | Windows XP |
| Linux | x86_64 | Ubuntu 22.04 |
| Mac | x86_64 | macOS 10.9 |
| Mac | ARMv8 | macOS 11.0 |

### Tier 2

Tier 2 is used for select targets on an as needed basis.

| OS | Arch | Known to work on | Note |
| - | - | - | - |
| Linux | i686 | Ubuntu 22.04 | Only for Raspberry Pi OS targets |
| Linux | ARMv7 | Ubuntu 22.04 | Only for roboRIO targets |
| Linux | ARMv8 | Ubuntu 22.04 | Only for roboRIO targets |
| OS | Arch | Known to work on | Note |
| ----- | ----- | ---------------- | ------------------------ |
| Linux | ARMv7 | Ubuntu 22.04 | Only for roboRIO targets |
| Linux | ARMv8 | Ubuntu 22.04 | Only for roboRIO targets |


### Tier 3

Tier 3 is not built in CI nor is tested, but bugs or merge requests will be addressed.

| OS | Arch | Known to work on |
| - | - | - |
| Windows | i686 | Windows XP |
| Linux | i686 | Ubuntu 22.04 |
| Linux | ARMv7 | Ubuntu 22.04 |
| Linux | ARMv8 | Ubuntu 22.04 |
| OS | Arch | Known to work on |
| ------- | ----- | ---------------- |
| Windows | i686 | Windows XP |
| Linux | i686 | Ubuntu 22.04 |
| Linux | ARMv7 | Ubuntu 22.04 |
| Linux | ARMv8 | Ubuntu 22.04 |

## Supported Targets

| Architecture | Operating System | Version | Release Download Name
| - | - | - | - |
| ARMv7 (softfp) | N.I. Linux (roboRIO) Academic | GCC 12.1 | `cortexa9_vfpv3-roborio-academic-2023-*`
| ARMv6 | Raspberry Pi OS 11 | GCC 10.2 | `armhf-raspi-bullseye-2023-*`
| ARMv7 | Debian/Raspberry Pi OS 11 | GCC 10.2 | `armhf-bullseye-2023-*`
| ARMv8 | Debian/Raspberry Pi OS 11 | GCC 10.2 | `arm64-bullseye-2023-*`
| Architecture | Operating System | Version | Release Download Name |
| -------------- | ----------------------------- | -------- | ---------------------------------------- |
| ARMv7 (softfp) | N.I. Linux (roboRIO) Academic | GCC 12.1 | `cortexa9_vfpv3-roborio-academic-2023-*` |
| ARMv6 | Raspberry Pi OS 11 | GCC 10.2 | `armhf-raspi-bullseye-2023-*` |
| ARMv7 | Debian/Raspberry Pi OS 11 | GCC 10.2 | `armhf-bullseye-2023-*` |
| ARMv8 | Debian/Raspberry Pi OS 11 | GCC 10.2 | `arm64-bullseye-2023-*` |

-----

Expand Down

0 comments on commit 1451cd1

Please sign in to comment.