Replies: 1 comment 2 replies
-
I'm unable to reproduce this. On main, running
(the error is expected, there's nothing in that folder) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like
icu4x_custom_data
would be set if the environment variableICU4X_DATA_DIR
is set:icu4x/provider/baked/datetime/build.rs
Line 7 in 3c47d82
But from my recent compilation of the code (Cargo.toml and logs attached), I had to manually set the flag for
ICU4X_DATA_DIR
to take effect. I wonder what could be wrong.My build command:
Cargo.toml.txt
build.log.txt
Beta Was this translation helpful? Give feedback.
All reactions