Skip to content

Commit

Permalink
Read SPL from AVB descriptors when necessary
Browse files Browse the repository at this point in the history
Test: Read SPL date for bluejay 21 boot.img.
  • Loading branch information
luk1337 authored and zifnab06 committed Mar 16, 2024
1 parent 865b29b commit 6189c81
Show file tree
Hide file tree
Showing 3 changed files with 4,988 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: |
pip install black
# stop the build if there are Python syntax errors or undefined names
black --diff .
black --check .
black --exclude avbtool.py --diff .
black --exclude avbtool.py --check .
- name: Test with pytest
run: |
pip install fakeredis
Expand Down
Loading

0 comments on commit 6189c81

Please sign in to comment.