Implement native RLV state and permissions (#79)
Some checks failed
Native code generation / deterministic (push) Failing after 2m1s
Imaging and meshing gate / native (push) Successful in 5m22s
JPEG 2000 feature / linux (push) Successful in 2m45s
Native Rust workspace compile / compile (push) Failing after 6m12s
Skia feature / linux (push) Successful in 30m44s
Some checks failed
Native code generation / deterministic (push) Failing after 2m1s
Imaging and meshing gate / native (push) Successful in 5m22s
JPEG 2000 feature / linux (push) Successful in 2m45s
Native Rust workspace compile / compile (push) Failing after 6m12s
Skia feature / linux (push) Successful in 30m44s
This commit is contained in:
@@ -10,6 +10,7 @@ on:
|
||||
- "tools/check_milestone_10_issue_76.py"
|
||||
- "tools/check_milestone_10_issue_77.py"
|
||||
- "tools/check_milestone_10_issue_78.py"
|
||||
- "tools/check_milestone_10_issue_79.py"
|
||||
- "**/*.rs"
|
||||
- "**/Cargo.toml"
|
||||
- "Cargo.lock"
|
||||
@@ -22,6 +23,7 @@ on:
|
||||
- "tools/check_milestone_10_issue_76.py"
|
||||
- "tools/check_milestone_10_issue_77.py"
|
||||
- "tools/check_milestone_10_issue_78.py"
|
||||
- "tools/check_milestone_10_issue_79.py"
|
||||
- "**/*.rs"
|
||||
- "**/Cargo.toml"
|
||||
- "Cargo.lock"
|
||||
@@ -60,6 +62,7 @@ jobs:
|
||||
python3 tools/check_milestone_10_issue_76.py
|
||||
python3 tools/check_milestone_10_issue_77.py
|
||||
python3 tools/check_milestone_10_issue_78.py
|
||||
python3 tools/check_milestone_10_issue_79.py
|
||||
- name: Test the complete native world milestone
|
||||
run: python3 tools/test_milestone_09.py
|
||||
- name: Compile every workspace target with bounded memory
|
||||
|
||||
Reference in New Issue
Block a user