-
Notifications
You must be signed in to change notification settings - Fork 208
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
up node to v16 #1728
up node to v16 #1728
Conversation
for webgpu in #1714
Code Climate has analyzed commit 42c4c73 and detected 0 issues on this pull request. View more on Code Climate. |
Codecov Report
@@ Coverage Diff @@
## main #1728 +/- ##
==========================================
- Coverage 71.89% 63.47% -8.43%
==========================================
Files 40 39 -1
Lines 1409 1180 -229
==========================================
- Hits 1013 749 -264
- Misses 396 431 +35
|
RUN echo "rvm_gems_path=/home/gitpod/.rvm" > ~/.rvmrc | ||
RUN bash -lc "rvm install ruby-2.4.6 && rvm use ruby-ruby-2.4.6 --default" | ||
RUN bash -lc "rvm install ruby-2.7.6 && rvm use ruby-ruby-2.7.6 --default" |
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.
Here, getting:
Step 3/4 : RUN bash -lc "rvm install ruby-2.7.6 && rvm use ruby-ruby-2.7.6 --default"
---> Running in b049f1523d7b
Already installed ruby-2.7.6.
To reinstall use:
rvm reinstall ruby-2.7.6
Gemset '' does not exist, 'rvm ruby-2.7.6 do rvm gemset create ' first, or append '--create'.
The command '/bin/sh -c bash -lc "rvm install ruby-2.7.6 && rvm use ruby-ruby-2.7.6 --default"' returned a non-zero code: 2
Dunno why... why is 2.7.6 already installed?
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.
I followed steps here to find the error: gitpod-io/gitpod#9875
doing rvm uninstall ruby-2.7.6
didn't work to get it to pass... :-(
* up node to v16 for webgpu in publiclab#1714 * Delete .travis.yml * gitpod
for webgpu in #1714