Skip to content

Commit 006938a

Browse files
Upgrade gl to v8 (#2827)
* Bump gl and dependencies * Update GitHub Actions workflows Now that gl has prebuilt binaries, we no longer need to install additional apt dependencies to build from source. * Remove reference to older gl version * Deduplicate dependencies --------- Co-authored-by: sayomaki <sayomayomaki@gmail.com>
1 parent c80371d commit 006938a

File tree

4 files changed

+306
-231
lines changed

4 files changed

+306
-231
lines changed

.github/workflows/build-development.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
14-
- name: Install dependencies (apt)
15-
run: |
16-
sudo apt-get update && \
17-
sudo apt-get install -y --no-install-recommends \
18-
libxi-dev libgl1-mesa-dev
1914
- name: Setup node
2015
uses: actions/setup-node@v4
2116
with:

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v4
29-
- name: Install dependencies (apt)
30-
run: |
31-
sudo apt-get update && \
32-
sudo apt-get install -y --no-install-recommends \
33-
libxi-dev libgl1-mesa-dev
3429
- name: Setup node
3530
uses: actions/setup-node@v4
3631
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"webpack-bundle-analyzer": "^4.9.0"
169169
},
170170
"resolutions": {
171-
"**/gl": "^6.0.2"
171+
"**/gl": "^8.0.2"
172172
},
173173
"browserslist": {
174174
"production": [

0 commit comments

Comments
 (0)