Skip to content

Commit

Permalink
[Port] Changing container image from custom to standard ubuntu (#25706)
Browse files Browse the repository at this point in the history
* Changing container image from custom to standard ubuntu

* porting pre-yarn installs

* no-op

* triggering checks
  • Loading branch information
Benjin authored Jun 18, 2024
1 parent 8825ec2 commit 6fb40bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 1 addition & 8 deletions build/azure-pipelines/sql-product-build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
resources:
containers:
- container: linux-x64
image: sqltoolscontainers.azurecr.io/linux-build-agent:9
endpoint: SqlToolsContainers

stages:
- stage: Compile
jobs:
- job: Compile
pool:
vmImage: 'Ubuntu-20.04'
container: linux-x64
vmImage: 'ubuntu-latest'
steps:
- script: |
set -e
Expand Down
2 changes: 2 additions & 0 deletions build/azure-pipelines/sql-product-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ steps:

- script: |
set -e
sudo apt-get update
sudo apt-get install -y build-essential g++ libx11-dev libxkbfile-dev libsecret-1-dev python-is-python3 libkrb5-dev fakeroot rpm
CHILD_CONCURRENCY=1 yarn --frozen-lockfile
displayName: Install dependencies
condition: and(succeeded(), ne(variables['NODE_MODULES_RESTORED'], 'true'))
Expand Down

0 comments on commit 6fb40bf

Please sign in to comment.