Skip to content

Commit

Permalink
Specify smaller heap size for pysoot
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 20, 2023
1 parent d989899 commit 2243fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- run: git clone https://github.com/angr/angr-platforms.git
- run: pip install ./angr-platforms
# pysoot
- run: git clone https://github.com/angr/pysoot.git
- run: git clone https://github.com/angr/pysoot.git -b set-heap-from-env
- run: pip install -e ./pysoot # Regular install doesn't work... see angr/pysoot#12
# archr, dep of rex
- run: git clone https://github.com/angr/archr.git
Expand Down Expand Up @@ -145,3 +145,4 @@ jobs:
echo "Return code: $?"
env:
SKIP_SLOW_TESTS: 1
PYSOOT_HEAP_SIZE: 2G

0 comments on commit 2243fc8

Please sign in to comment.