-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Forc doesn't automatically try to build in --offline
mode if there is no active internet connection
#895
Labels
enhancement
New feature or request
forc
P: high
Should be looked at if there are no critical issues left
Comments
sezna
added
enhancement
New feature or request
good first issue
Good for newcomers
forc
labels
Mar 7, 2022
mitchmindtree
added
the
P: high
Should be looked at if there are no critical issues left
label
May 23, 2022
2 tasks
As #2366 is about to finalize, I am considering tackling this to offer a complete offline support. For detecting the internet connectivity the most straightforward way seems like checking if we can ping a specific website (it can be github or something else) but this also means we are limited by the uptime of the selected target(s). |
kayagokalp
added a commit
that referenced
this issue
Sep 26, 2022
Repository owner
moved this from In Progress
to Done
in Fuel Network
Sep 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
forc
P: high
Should be looked at if there are no critical issues left
I was banging out some proper LOC on the airplane, as one does, and I ran the sway test suite. I didn't pass
--offline
, although, on the airplane, I indeed had no network.I think we should either:
--offline
if no network is presentThe text was updated successfully, but these errors were encountered: