forked from Job79/devcontainer
Compare commits
3 Commits
ci-move-to
...
c49270c7cf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c49270c7cf | ||
|
|
c618572a18 | ||
|
|
ae8a5ec260 |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user