This repository has been archived by the owner on Aug 21, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
milan-tom
suggested changes
May 2, 2021
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.
Gitpod build fails with following message:
Step 10/31 : RUN apt install snapd
---> Running in b27d23db39ce
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package snapd
Error: build failed: cannot build base image: The command '/bin/sh -c apt install snapd' returned a non-zero code: 100
milan-tom
reviewed
May 2, 2021
WORKSPACE
Outdated
Comment on lines
6
to
12
#http_archive( | ||
# name = "com_github_ali5h_rules_pip", | ||
# strip_prefix = "rules_pip-3.0.0", | ||
# sha256 = "630a7cab43a87927353efca116d20201df88fb443962bf01c7383245c7f3a623", | ||
# urls = ["https://github.com/ali5h/rules_pip/archive/3.0.0.tar.gz"], | ||
#) | ||
#load("@com_github_ali5h_rules_pip//:defs.bzl", "pip_import") |
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.
This change has already been implemented in #109.
codeweaver22
approved these changes
May 2, 2021
codecakes
added
bug
Something isn't working
dependencies
Pull requests that update a dependency file
labels
May 2, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #108 fixes #94 closes #79 #78 closes #109
This change is