mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Add musl headers for multi-lang
This commit is contained in:
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies (apk)
|
- name: Install dependencies (apk)
|
||||||
run: apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git bash
|
run: apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git bash musl-dev
|
||||||
- name: Install dependencies (python)
|
- name: Install dependencies (python)
|
||||||
run: python3 -m pip install bdflib
|
run: python3 -m pip install bdflib
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,10 @@ WORKDIR /build
|
|||||||
# Compilders ->gcc-* newlib-*
|
# Compilders ->gcc-* newlib-*
|
||||||
# Python3 -> py*
|
# Python3 -> py*
|
||||||
# Misc -> findutils make git
|
# Misc -> findutils make git
|
||||||
|
# musl-dev is required for the multi lang firmwares
|
||||||
|
# clang is required for clang-format (for dev)
|
||||||
|
|
||||||
RUN apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git
|
RUN apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git musl-dev clang
|
||||||
|
|
||||||
# Install Python3 packages
|
# Install Python3 packages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user