3 Commits

Author SHA1 Message Date
maurice c49270c7cf update
Build container / fedora-build (push) Failing after 1m41s
2026-01-27 19:36:02 +01:00
maurice c618572a18 Fix
Build container / fedora-build (push) Has been cancelled
2026-01-27 19:33:29 +01:00
maurice ae8a5ec260 Update container
Build container / fedora-build (push) Has been cancelled
2026-01-27 19:29:30 +01:00
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ on:
jobs: jobs:
fedora-build: fedora-build:
runs-on: job-latest runs-on: job-v2
steps: steps:
- name: Clone repo - name: Clone repo
uses: actions/checkout@v4 uses: actions/checkout@v4
+1 -1
View File
@@ -4,7 +4,7 @@ on:
jobs: jobs:
fedora-build: fedora-build:
runs-on: job-latest runs-on: job-v2
steps: steps:
- name: Clone repo - name: Clone repo
uses: actions/checkout@v4 uses: actions/checkout@v4
+8
View File
@@ -2,3 +2,11 @@ FROM git.plabble.org/maurice/fedora:main
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer
# Raspberry Pi Pico tools
RUN sudo dnf install -y \
systemd-devel \
pkg-config \
&& dnf clean all
RUN . "$HOME/.cargo/env" && cargo install elf2uf2-rs --locked
RUN . "$HOME/.cargo/env" && rustup target add thumbv6m-none-eabi