You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test uncommitted code that the formula relies on:
20
+
1. Temporarily, until ready to commit the formula
21
+
1. Remove the sha256, head field
22
+
2. Change url to be a tarball you create locally of your code (e.g. `tar -C <path-to-repo> -czf some.tgz .`) using `url "file:///<some-absolute-path-to>/some.tgz"`. You'll want to make sure the directory is cleaned of build artifacts before hand.
23
+
3. Set version to some bogus value
24
+
2. When done, undo these changes and use the normal tooling to bump the version.
0 commit comments