mirror of
https://ghproxy.com/https://github.com/tossp/redpill-tool-chain.git
synced 2025-04-20 00:38:56 +00:00
support ds3617xs platform
This commit is contained in:
parent
f0737ed4ca
commit
ec22c5db6d
|
@ -2,16 +2,16 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.ts]
|
||||
quote_type = single
|
||||
|
||||
[*.md]
|
||||
max_line_length = off
|
||||
indent_style = tab
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[{Makefile,**.mk}]
|
||||
indent_style = tab
|
||||
|
|
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -22,8 +22,14 @@ jobs:
|
|||
version: 7.0-41890
|
||||
- platform: apollolake
|
||||
version: 7.0.1-42218
|
||||
- platform: broadwell
|
||||
version: 6.2.4-25556
|
||||
- platform: broadwell
|
||||
version: 6.2.4-25556u2
|
||||
- platform: broadwell
|
||||
version: 7.0.1-42218
|
||||
steps:
|
||||
- name: 准备结束
|
||||
- name: 检出项目文件
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 缓存加速
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
这是一个测试项目,可能会有不可预测的事情发生(比如:毁损数据、烧毁硬件等等),请**谨慎使用**。
|
||||
|
||||
[English](README_EN.md "English")
|
||||
[English](README_en.md "English")
|
||||
|
||||
感谢 @haydibe 提供 RedPill Tool Chain
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ARG DOCKER_BASE_IMAGE=ubuntu:20.04
|
||||
ARG DOCKER_BASE_IMAGE=debian:8
|
||||
# extract kernel and toolkit dev
|
||||
FROM ${DOCKER_BASE_IMAGE} AS extract
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user