[wpiutil] Import foonathan memory (#4306)

This commit is contained in:
Peter Johnson
2022-09-02 20:32:21 -07:00
committed by GitHub
parent 2742662254
commit aa9d7f1cdc
70 changed files with 13442 additions and 2 deletions

View File

@@ -53,6 +53,10 @@ jobs:
run: |
cd upstream_utils
./update_stack_walker.py
- name: Run update_memory.py
run: |
cd upstream_utils
./update_memory.py
- name: Add untracked files to index so they count as changes
run: git add -A
- name: Check output