Skip to content

Commit

Permalink
fix: install specific curl packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Feb 12, 2025
1 parent bd95c2c commit a485f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3598,6 +3598,10 @@ functions:
{
source .evergreen/setup-env.sh
(cd scripts/docker && docker build -t ubuntu24.04-xvfb -f ubuntu24.04-xvfb.Dockerfile .)
apt list --installed
sudo apt-get update
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
docker run \
--rm -v $PWD:/tmp/build ubuntu24.04-xvfb \
-c 'cd /tmp/build && ./testing/test-vscode.sh'
Expand Down
1 change: 1 addition & 0 deletions testing/test-vscode.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
set -x
set -e

# just to make sure: we are in the mongosh root dir
test -x packages && grep -q '"name": "mongosh"' package.json
npm -v
Expand Down

0 comments on commit a485f2a

Please sign in to comment.