We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd95c2c commit a485f2aCopy full SHA for a485f2a
.evergreen.yml
@@ -3598,6 +3598,10 @@ functions:
3598
{
3599
source .evergreen/setup-env.sh
3600
(cd scripts/docker && docker build -t ubuntu24.04-xvfb -f ubuntu24.04-xvfb.Dockerfile .)
3601
+ apt list --installed
3602
+ sudo apt-get update
3603
+ sudo apt-get install -y curl=7.68.0-1ubuntu2.22 libcurl4=7.68.0-1ubuntu2.22 libcurl4-openssl-dev=7.68.0-1ubuntu2.22
3604
+
3605
docker run \
3606
--rm -v $PWD:/tmp/build ubuntu24.04-xvfb \
3607
-c 'cd /tmp/build && ./testing/test-vscode.sh'
testing/test-vscode.sh
@@ -1,6 +1,7 @@
1
#!/bin/sh
2
set -x
3
set -e
4
5
# just to make sure: we are in the mongosh root dir
6
test -x packages && grep -q '"name": "mongosh"' package.json
7
npm -v
0 commit comments