-
Notifications
You must be signed in to change notification settings - Fork 766
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
feat(system): add build options table #9502
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
A basic impl for #9495 . Feel free to comment. There are a number of warnings caused by chrono that need to be fixed. |
cc @sundy-li , what other information do we need to add? |
Seems it's rust cargo features, can we have target features? We release binary as |
This comment was marked as outdated.
This comment was marked as outdated.
MySQL [(none)]> select * from system.build_options;
+----------------+---------------------+
| cargo_features | target_features |
+----------------+---------------------+
| default | fxsr |
| simd | llvm14-builtins-abi |
| | sse |
| | sse2 |
+----------------+---------------------+
4 rows in set (0.032 sec) |
build_aarch64_musl failed:
|
This has been fixed in the latest commit. |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Closes #issue