Skip to content

Commit 428422b

Browse files
committed
[build] Updating GitPod config
1 parent f4cd087 commit 428422b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitpod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ tasks:
1212
echo "test --disk_cache=/workspace/.cache/bazel-disk" >> /workspace/selenium/.bazelrc.local
1313
echo "build --jobs=10" >> /workspace/selenium/.bazelrc.local
1414
echo "test --jobs=10" >> /workspace/selenium/.bazelrc.local
15-
bazel build grid
1615
1716
ports:
1817
- name: VNC

scripts/gitpod/.gitpod.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Used to create a development image for working on Selenium
22

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

66
USER root
77

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

5151
# Bazel
5252

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

0 commit comments

Comments
 (0)