Skip to content

Commit

Permalink
don't build downstreams on update.
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Sep 14, 2023
1 parent 5beb08e commit db16759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class Args:
rest: list[str]

PACKAGES: list[Package] = [
Package('asli', 'UQ-PAC/aslp', then=['aslp']),
Package('bap-asli-plugin', 'UQ-PAC/bap-asli-plugin', then=['bap-aslp']),
Package('asli', 'UQ-PAC/aslp', then=[]), # aslp
Package('bap-asli-plugin', 'UQ-PAC/bap-asli-plugin', then=[]), # bap-aslp
Package('basil', 'UQ-PAC/bil-to-boogie-translator'),
Package('bap-uq-pac', 'UQ-PAC/bap', 'aarch64-pull-request-2'),
]
Expand Down

0 comments on commit db16759

Please sign in to comment.