Revert "CI: Install build deps to workaround internet issues"

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
Ben Lambert
2021-12-09 10:33:35 +01:00
committed by blam
parent 6ff2055519
commit b77baaf709
8 changed files with 0 additions and 43 deletions
@@ -39,11 +39,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
# https://github.com/Automattic/node-canvas/issues/1945
- name: Install dependencies to fix temporary issue in canvas build
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- name: yarn install
run: yarn install --frozen-lockfile
# End of yarn setup
-5
View File
@@ -56,11 +56,6 @@ jobs:
INTEGRATION_TEST_AZURE_TOKEN: ${{ secrets.INTEGRATION_TEST_AZURE_TOKEN }}
steps:
# https://github.com/Automattic/node-canvas/issues/1945
- name: Install dependencies to fix temporary issue in canvas build
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- uses: actions/checkout@v2
- name: fetch branch master
run: git fetch origin master
-6
View File
@@ -35,12 +35,6 @@ jobs:
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
steps:
# https://github.com/Automattic/node-canvas/issues/1945
- name: Install dependencies to fix temporary issue in canvas build
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- uses: actions/checkout@v2
# Beginning of yarn setup, keep in sync between all workflows, see ci.yml
-5
View File
@@ -86,11 +86,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
# https://github.com/Automattic/node-canvas/issues/1945
- name: Install dependencies to fix temporary issue in canvas build
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- name: yarn install
run: yarn install --frozen-lockfile
# End of yarn setup
-6
View File
@@ -45,12 +45,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
# https://github.com/Automattic/node-canvas/issues/1945
- name: Install dependencies to fix temporary issue in canvas build
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- name: yarn install
run: yarn install --frozen-lockfile
# End of yarn setup
-6
View File
@@ -39,12 +39,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
# https://github.com/Automattic/node-canvas/issues/1945
- name: Install dependencies to fix temporary issue in canvas build
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- name: yarn install
run: yarn install --frozen-lockfile
# End of yarn setup
@@ -41,11 +41,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
# https://github.com/Automattic/node-canvas/issues/1945
- name: Install dependencies to fix temporary issue in canvas build
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- name: yarn install
run: yarn install --frozen-lockfile
# End of yarn setup
-5
View File
@@ -21,11 +21,6 @@ jobs:
NODE_OPTIONS: --max-old-space-size=4096
steps:
# https://github.com/Automattic/node-canvas/issues/1945
- name: Install dependencies to fix temporary issue in canvas build
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- uses: actions/checkout@v2
- uses: actions/setup-python@v2