-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
build: Set up nightly runs of table evolution fuzzer #12037
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D67921566 |
✅ Deploy Preview for meta-velox canceled.
|
@@ -202,6 +202,7 @@ jobs: | |||
run: | | |||
EXTRA_CMAKE_FLAGS="-DPYTHON_EXECUTABLE=$(which python3) $EXTRA_CMAKE_FLAGS" | |||
make debug | |||
make release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? We run all other fuzzers debug only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release build runs faster and could cover more cases, we probably should run all fuzzers in release build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release makes sense, I would be fine with either or but running both seems redundant.
Also should we use release with debug symbols for better stacktraces or do the fuzzers have their own thing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah we should include the full symbol in these builds for fuzzers
…or#12037) Summary: Pull Request resolved: facebookincubator#12037 Differential Revision: D67921566
4ef3eaf
to
ed4af9b
Compare
This pull request was exported from Phabricator. Differential Revision: D67921566 |
Differential Revision: D67921566