Revert "CI: Install build deps to workaround internet issues"
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user