diff options
| -rw-r--r-- | .github/workflows/ci.yaml | 6 | ||||
| -rw-r--r-- | lwjgl.nix | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 453e579..a65bc32 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,9 +40,9 @@ jobs: system: x86_64-linux target: armv7l-unknown-linux-gnueabihf - - os: ubuntu-latest - system: x86_64-linux - target: powerpc64le-unknown-linux-gnu + # - os: ubuntu-latest + # system: x86_64-linux + # target: powerpc64le-unknown-linux-gnu - os: ubuntu-latest system: x86_64-linux @@ -5,7 +5,8 @@ "x86_64-unknown-linux-gnu" "aarch64-unknown-linux-gnu" "armv7l-unknown-linux-gnueabihf" - "powerpc64le-unknown-linux-gnu" + # TODO: Backport support to 3.3.3 + # "powerpc64le-unknown-linux-gnu" "riscv64-unknown-linux-gnu" ]; |
