Skip to content

Commit

Permalink
[build] Updating GitPod config
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Feb 19, 2024
1 parent f4cd087 commit 428422b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tasks:
echo "test --disk_cache=/workspace/.cache/bazel-disk" >> /workspace/selenium/.bazelrc.local
echo "build --jobs=10" >> /workspace/selenium/.bazelrc.local
echo "test --jobs=10" >> /workspace/selenium/.bazelrc.local
bazel build grid
ports:
- name: VNC
Expand Down
4 changes: 2 additions & 2 deletions scripts/gitpod/.gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Used to create a development image for working on Selenium

# You can find the new timestamped tags here: https://hub.docker.com/r/gitpod/workspace-full/tags
FROM gitpod/workspace-full:2022-06-20-19-54-55
FROM gitpod/workspace-full:2024-02-19-11-51-41

USER root

Expand Down Expand Up @@ -50,7 +50,7 @@ RUN wget -nv -O /tmp/noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags

# Bazel

RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
chmod 755 /usr/bin/bazelisk && \
ln -sf /usr/bin/bazelisk /usr/bin/bazel

Expand Down

0 comments on commit 428422b

Please sign in to comment.