-
Notifications
You must be signed in to change notification settings - Fork 87
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
CRAN firedrill 2023-05 #364
Comments
I looked into the
|
How about this? diff --git a/src/Makevars b/src/Makevars
index 0dd1e62..dfe865d 100644
--- a/src/Makevars
+++ b/src/Makevars
@@ -77,7 +77,7 @@ libuv/Makefile: libuv/m4/lt~obsolete.m4
sh autogen.sh; \
fi; \
chmod +x configure; \
- CC="$(CC)" CFLAGS="$(CFLAGS) $(CPICFLAGS) $(C_VISIBILITY)" AR="$(AR)" RANLIB="$(RANLIB)" LDFLAGS="$(LDFLAGS)" ./configure $(CONFIGURE_FLAGS)
+ CC="$(CC)" CFLAGS="$(CFLAGS) $(CPICFLAGS) $(C_VISIBILITY) -DNDEBUG" AR="$(AR)" RANLIB="$(RANLIB)" LDFLAGS="$(LDFLAGS)" ./configure $(CONFIGURE_FLAGS)
libuv/.libs/libuv.a: libuv/Makefile
$(MAKE) --directory=libuv \ How would I verify in CI that the problem is resolved? |
@nealrichardson That would definitely solve it--it was one of the attempts I tried yesterday |
Done in #369 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-DNDEBUG
to prevent assertionsDeclare autoconf, glibtoolize, etc. in SystemRequirements (I think we should explain that these are optional)1.6.11 release checklist here: #371
The text was updated successfully, but these errors were encountered: