mirror of https://github.com/pyodide/pyodide.git
Update emsdk cache version
This commit is contained in:
parent
075ffca0e2
commit
250c3e4d8b
|
@ -47,7 +47,7 @@ jobs:
|
|||
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v2
|
||||
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v3
|
||||
# fallback to using the latest cache if no exact match is found
|
||||
- v1-emsdk-
|
||||
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
- save_cache:
|
||||
paths:
|
||||
- ./emsdk/emsdk
|
||||
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v2
|
||||
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v3
|
||||
|
||||
- run:
|
||||
name: test
|
||||
|
|
|
@ -75,6 +75,7 @@ var languagePluginLoader = new Promise((resolve, reject) => {
|
|||
Module.noAudioDecoding = true;
|
||||
let isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
|
||||
if (isFirefox) {
|
||||
console.log("Skipping wasm decoding");
|
||||
Module.noWasmDecoding = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue