Skip to content

Commit fe74880

Browse files
committed
feat: upgrade emsdk to 3.1.65
1 parent 9161ef5 commit fe74880

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/actions/prepare-build-env/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ runs:
99
run: |
1010
git clone https://github.com/emscripten-core/emsdk.git
1111
cd emsdk
12-
./emsdk install 3.1.63
13-
./emsdk activate 3.1.63
12+
./emsdk install 3.1.65
13+
./emsdk activate 3.1.65
1414
source ./emsdk_env.sh
1515
# Export emsdk environment variables
1616
echo "PATH=$PATH" >> $GITHUB_ENV

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ git pull --recurse-submodules
107107

108108
Start the build container with the following command to ensure the filesystem permissions for newly created files are correct.
109109
```sh
110-
docker run -it --rm -v $(pwd):/src -v /etc/passwd:/etc/passwd --user "$(id -u):$(id -g)" --name mapserver-wasm emscripten/emsdk:3.1.63 bash
110+
docker run -it --rm -v $(pwd):/src -v /etc/passwd:/etc/passwd --user "$(id -u):$(id -g)" --name mapserver-wasm emscripten/emsdk:3.1.65 bash
111111
```
112112
And execute in a second terminal the following command to install the missing build depedencies as root user.
113113
```sh

demo/package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)