-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
agda 2.7.0.1 #193315
base: master
Are you sure you want to change the base?
agda 2.7.0.1 #193315
Conversation
2ba8a22
to
d2d8627
Compare
Okay, I may need some help with this one. I don't understand why the final test is still failing. |
d2d8627
to
85458dc
Compare
Okay, Linux builds are succeeding! What's going on with the persistent permissions issues in the macOS builds? |
It's creating files in the install directory. Can this be directed to install in something like |
Ohhhh. It's doing the thing we're trying to prevent it from doing by copying all the standard library stuff to the test folder. I'll see if I can force it to pay attention to that instead of its default location. (Agda needs to produce compiled interface |
85458dc
to
a7c01ac
Compare
Nope, still doing that ==> /private/tmp/agda-test-20241012-44547-llo00u/IOTest
==> /opt/homebrew/Cellar/agda/2.7.0.1/bin/agda2hs --no-libraries /private/tmp/agda-test-20241012-44547-llo00u/Agda2HsTest.agda -i /private/tmp/agda-test-20241012-44547-llo00u/lib/agda/agda2hs/lib -i . -o /private/tmp/agda-test-20241012-44547-llo00u
/opt/homebrew/Cellar/agda/2.7.0.1/libexec/ghc-9.10.1-inplace/Agd-2.7.0.1-00893f58/share/lib/prim/_build:
createDirectory: permission denied (Operation not permitted) |
abb6fc3
to
bf7bfa7
Compare
c9af11b
to
e7095d1
Compare
@SMillerDev Should be good now! (Fingers crossed.) EDIT: Never mind; dealing with this some other day. 😞 |
Maybe this happen by version mismatch. Can we add a patch to the resource |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
a6c2e2b
to
3adcfdd
Compare
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?