mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
build, switch to static miyoo toolchain
This commit is contained in:
parent
6e8a71eda0
commit
7f09f5c477
2 changed files with 7 additions and 9 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -161,15 +161,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: read
|
||||
container: miyoocfw/toolchain
|
||||
container: ghcr.io/irixxxx/toolchain-miyoo
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: build
|
||||
run: |
|
||||
export CROSS_COMPILE=arm-buildroot-linux-musleabi-
|
||||
git config --global --add safe.directory /home/picodrive
|
||||
git config --global --add safe.directory $PWD
|
||||
ver=$(cut -d'"' -f2 platform/common/version.h)-$(git rev-parse --short HEAD)
|
||||
./configure --platform=miyoo
|
||||
make -j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue