Skip to content

Commit a0b5921

Browse files
Merge pull request #621 from marckleinebudde/remove-mips
github-actions: remove mips for now Closes: #611
2 parents cbbe4b4 + 4f2fdec commit a0b5921

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/compile.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
gcc \
7676
gcc-aarch64-linux-gnu \
7777
gcc-arm-linux-gnueabihf \
78-
gcc-mips-linux-gnu \
7978
libgps-dev \
8079
make
8180
@@ -139,13 +138,6 @@ jobs:
139138
podman exec -i stable cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=cmake/${toolchain}.cmake -DENABLE_WERROR=ON -DENABLE_GPS=${gps} -B build-${toolchain}
140139
podman exec -i stable cmake --build build-${toolchain}
141140
142-
- name: Configure & Build with mips-linux-gnu-gcc
143-
env:
144-
toolchain: mips-linux-gnu-gcc
145-
run: |
146-
podman exec -i stable cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=cmake/${toolchain}.cmake -DENABLE_WERROR=ON -B build-${toolchain}
147-
podman exec -i stable cmake --build build-${toolchain}
148-
149141
- name: Configure & Build with gcc (Makefile)
150142
env:
151143
cc: gcc

0 commit comments

Comments
 (0)