This website works better with JavaScript
Home
Explore
Help
Sign In
DragonOS-Community
/
DADK
mirror of
https://github.com/DragonOS-Community/DADK.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
9efba7eea2
Branches
Tags
007/docker-multiarch
dependabot/cargo/chrono-eq-0.4.39
dependabot/cargo/clap-eq-4.5.28
dependabot/cargo/test-context-0.4.1
dependabot/npm_and_yarn/docs/npm_and_yarn-092fa3cf11
longjin/add-profiling-tool
main
xuzihao/feat-dir-dependence
v0.3.0
v0.2.0
v0.1.11
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.0
DADK
/
src
/
executor
LoGin
9efba7eea2
feat: 添加target_arch字段,实现根据不同的架构来自动编译对应的包。 (
#42
)
11 months ago
..
README.md
e0a99afe8e
添加模块功能说明文件
2 years ago
cache.rs
820df76286
test: 为executor添加环境变量检测及错误检测的测试用例,并修复了任务执行错误后仍继续运行的bug (
#39
)
11 months ago
mod.rs
9efba7eea2
feat: 添加target_arch字段,实现根据不同的架构来自动编译对应的包。 (
#42
)
11 months ago
source.rs
60f366c9cf
ci: 添加单元测试和集成测试 (
#36
)
11 months ago
target.rs
743e9fdaaa
target管理 (
#14
)
1 year ago
tests.rs
9efba7eea2
feat: 添加target_arch字段,实现根据不同的架构来自动编译对应的包。 (
#42
)
11 months ago
README.md
任务执行器
简介
任务执行器是一个独立的进程,用于执行任务,任务执行器的主要功能是:
为具体任务设置环境变量
处理构建缓存
执行任务
任务执行完成后,将任务的执行结果发送给任务调度器