Skip to content

Commit

Permalink
docs: how to prevent agd build in agoric-upgrade-11
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 26, 2023
1 parent 5823b14 commit b27198e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. upgrade-handler
2. 11wf with walletFactory
3. 11kk with kreadKit
3. 11kr with kreadKit

# Testing 11kr

Expand Down Expand Up @@ -41,6 +41,11 @@ rm -rf upgrade-test-scripts
ln -s /workspace/upgrade-test-scripts
```

Then patch `/usr/src/agoric-sdk/bin/agd`:
- find `$BUILD_ONLY || exec 1>&2` (line 94?)
- put this in above it: `${NO_BUILD:-false} && exit 0`
TODO have the layer modify agd to never build itself

Then use the `/mn2` that `make run` mounted:
```sh
cd /usr/src/agoric-sdk/upgrade-test-scripts
Expand Down

0 comments on commit b27198e

Please sign in to comment.