Skip to content

Commit

Permalink
Merge pull request #16 from sambenko/embedded-graphics-0.8.0-fixes
Browse files Browse the repository at this point in the history
Embedded graphics 0.8.0 fixes
  • Loading branch information
wezm authored May 31, 2023
2 parents ebb2699 + 519aa56 commit ddda62f
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 236 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
task:
name: Build (Alpine Linux)
container:
image: alpine:3.13
image: alpine:3.17
cpu: 8
environment:
PATH: "$HOME/.cargo/bin:$PATH"
install_script:
- apk add --update curl git gcc musl-dev sdl2-dev
- curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain 1.52.1
- curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain 1.61.0
- rustup component add rustfmt
- rustup target add thumbv7em-none-eabihf
test_script:
Expand Down
Loading

0 comments on commit ddda62f

Please sign in to comment.