File tree Expand file tree Collapse file tree 2 files changed +8
-61
lines changed Expand file tree Collapse file tree 2 files changed +8
-61
lines changed Original file line number Diff line number Diff line change 6868 matrix :
6969 include :
7070 - platform : ubuntu-latest
71- runs-on : ubuntu-latest
72- container :
73- image : ghcr.io/adobe/swan-dawn-builder:latest
7471 target : linux
7572 python-version : " 3.11"
7673 - platform : macos-latest
9289 - name : Checkout code
9390 uses : actions/checkout@v4
9491
92+ - name : Install prerequisites on Linux
93+ if : matrix.platform == 'ubuntu-latest'
94+ run : |
95+ sudo apt-get update
96+ sudo apt-get install -y build-essential cmake curl git gnupg2 libcurl4-openssl-dev libpython3-dev libssl-dev libx11-xcb-dev libxcursor-dev libxi-dev libxinerama-dev libxml2-dev libxrandr-dev libz-dev libz3-dev mesa-common-dev ninja-build pkg-config python3 python3-lldb-13 python3-pip python3-venv tzdata unzip wget
97+
9598 - name : Set up Python
9699 uses : actions/setup-python@v5
97100 with :
@@ -188,6 +191,8 @@ jobs:
188191 - iphoneos (ARM64)
189192 - iphonesimulator (x86_64)
190193
194+ These are just the raw Dawn libraries and do not include the Swift API layer.
195+
191196 Built from Chromium channel: ${{ env.DAWN_CHANNEL }}
192197 draft : false
193198 prerelease : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments