-
Notifications
You must be signed in to change notification settings - Fork 12
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 failed on the windows #29
Comments
Thank you for reporting @H3mnz. Seems to be happening because some of our utility functions (to increase the number of open files) are not available on Windows. Since this is not strictly necessary on desktop platforms I'll see if it's possible to omit this functionality. |
sneurlax
pushed a commit
to cypherstack/tor
that referenced
this issue
Jun 13, 2024
7a5bba8 fix: setup flutter environment for Xcode iOS builds (Foundation-Devices#30) 7467b9a fix: build_pod.sh should setup flutter environment (Foundation-Devices#29) 0f0359e fix: install targets for correct toolchain (#26) git-subtree-dir: cargokit git-subtree-split: 7a5bba8eefbfe7e567f754477fd172e7a06b153f
sneurlax
pushed a commit
to cypherstack/tor
that referenced
this issue
Jun 22, 2024
7467b9a fix: build_pod.sh should setup flutter environment (Foundation-Devices#29) 0f0359e fix: install targets for correct toolchain (#26) git-subtree-dir: cargokit git-subtree-split: 7467b9a6374e4248879305ab2b71f367b05da6a0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to run on the windows, these errors happen.
SEVERE: error[E0433]: failed to resolve: could not find
Resource
inrlimit
SEVERE: error[E0425]: cannot find function
getrlimit
in craterlimit
Exception: Build process failed.
The text was updated successfully, but these errors were encountered: