File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- win : circleci/windows@1.0 .0
4+ win : circleci/windows@5 .0
55
66executors :
77 bionic :
@@ -108,7 +108,7 @@ jobs:
108108 - test-macos
109109 test-windows :
110110 executor :
111- name : win/vs2019
111+ name : win/server-2019
112112 shell : bash.exe
113113 environment :
114114 # We need python installed before we can test anytyhing.
Original file line number Diff line number Diff line change @@ -914,7 +914,7 @@ def _impl(ctx):
914914 "-iwithsysroot" + "/include/compat" ,
915915 "-iwithsysroot" + "/include" ,
916916 "-isystem" ,
917- emscripten_dir + "/lib/clang/18 /include" ,
917+ emscripten_dir + "/lib/clang/19 /include" ,
918918 ],
919919 ),
920920 # Inputs and outputs
@@ -1081,7 +1081,7 @@ def _impl(ctx):
10811081 emscripten_dir + "/emscripten/cache/sysroot/include/c++/v1" ,
10821082 emscripten_dir + "/emscripten/cache/sysroot/include/compat" ,
10831083 emscripten_dir + "/emscripten/cache/sysroot/include" ,
1084- emscripten_dir + "/lib/clang/18 /include" ,
1084+ emscripten_dir + "/lib/clang/19 /include" ,
10851085 ]
10861086
10871087 artifact_name_patterns = []
Original file line number Diff line number Diff line change 22# DO NOT MODIFY
33
44EMSCRIPTEN_TAGS = {
5+ "3.1.53" : struct (
6+ hash = "e5523d57a0e0dcf80f3b101bbc23613fcc3101aa" ,
7+ sha_linux = "1025c0c738fbaedf3f8fcffee23bef71c8d04a95b30ea8a69a47231fb35d1c8b" ,
8+ sha_mac = "318dc0cc51a237040bc1cb0a9e7d6c214196c8a100b50d0e298cf3ea7c365dbe" ,
9+ sha_mac_arm64 = "e346ef588f7cfe1e41623de2257a11ecf8381fbd3bde63a8773b3a663411ea12" ,
10+ sha_win = "af7f7175ab0b3c1e9121c713764e8ac1d970b6dbee8a84602b4a69cc5ec5940d" ,
11+ ),
512 "3.1.52" : struct (
613 hash = "ce2097fb81953331e65543c20b437475f218127c" ,
714 sha_linux = "1c0cd572067c6348cea5e347b9ef7c5460493ca3f0d84bb991689731d0e140ef" ,
Original file line number Diff line number Diff line change 11{
22 "aliases" : {
3- "latest" : " 3.1.52 " ,
3+ "latest" : " 3.1.53 " ,
44 "latest-sdk" : " latest" ,
55 "latest-arm64-linux" : " 3.1.47" ,
66 "latest-64bit" : " latest" ,
1010 "latest-releases-upstream" : " latest"
1111 },
1212 "releases" : {
13+ "3.1.53" : " e5523d57a0e0dcf80f3b101bbc23613fcc3101aa" ,
14+ "3.1.53-asserts" : " 152cef4e00fc17776576bcc57f53badd21b92509" ,
1315 "3.1.52" : " ce2097fb81953331e65543c20b437475f218127c" ,
1416 "3.1.52-asserts" : " 49e9a37dd6d1d65aa92472d8908cb8b88092dfaf" ,
1517 "3.1.51" : " 4f416d92fbff66ce79901cfc8263768f1b25dd3e" ,
You can’t perform that action at this time.
0 commit comments