Skip to content

Commit f30f44f

Browse files
committed
3.1.62.0
1 parent ca1abdc commit f30f44f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
env:
2121
BUILDS: 3.12 3.13
22-
EMFLAVOUR: 3.1.59
22+
EMFLAVOUR: tot
2323

2424
steps:
2525
- uses: actions/[email protected]

scripts/emsdk-fetch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ END
174174
embuilder --pic build $one
175175
done
176176

177+
curl -fsSL https://bun.sh/install | bash
177178

178179
# maybe rewrite that in python and move it to emcc.py
179180

@@ -520,6 +521,7 @@ END
520521
export EMCC_SKIP_SANITY_CHECK=1
521522
export EM_IGNORE_SANITY=1
522523

524+
523525
else
524526
echo "emsdk: config already set !" 1>&2
525527
fi

sources.wasm/openssl.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/bin/bash
22

3-
. ${CONFIG:-config}
43
. scripts/emsdk-fetch.sh
54

65
cd ${ROOT}/src
7-
export OPENSSL="openssl-1.1.1s"
8-
export URL_OPENSSL=https://ftp.openssl.org/source/$OPENSSL.tar.gz
6+
export OPENSSL="openssl-1.1.1w"
7+
export URL_OPENSSL=https://www.openssl.org/source/old/1.1.1/openssl-1.1.1w.tar.gz
98

109

1110

0 commit comments

Comments
 (0)