File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments