File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,11 @@ jobs:
152
152
DOCKER_IMAGE : ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
153
153
BOARDS : " esp32-wroom-32 hifive1b native samr21-xpro"
154
154
155
+ - name : laze test
156
+ run : |
157
+ docker run --rm -t ${{ env.DOCKER_REGISTRY }}/riotbuild:latest \
158
+ laze --version
159
+
155
160
- name : Run static tests
156
161
run : |
157
162
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild \
Original file line number Diff line number Diff line change @@ -361,6 +361,9 @@ RUN \
361
361
echo 'Cleaning up root-owned crates.io cache' >&2 && \
362
362
rm -rf /opt/rustup/.cargo/{git,registry,.package-cache}
363
363
364
+ # get laze binary
365
+ COPY --from=kaspar030/laze:0.1.20-jammy /laze /usr/bin/laze
366
+
364
367
# get Dockerfile version from build args
365
368
ARG RIOTBUILD_VERSION=unknown
366
369
ENV RIOTBUILD_VERSION $RIOTBUILD_VERSION
You can’t perform that action at this time.
0 commit comments