Skip to content

Commit

Permalink
3.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Nov 18, 2022
1 parent e8606a7 commit 7fb0e38
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bazel/emscripten_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ filegroup(
"emscripten/cache/sysroot/include/c++/v1/**",
"emscripten/cache/sysroot/include/compat/**",
"emscripten/cache/sysroot/include/**",
"lib/clang/16.0.0/include/**",
"lib/clang/16/include/**",
]),
)
Expand Down
4 changes: 2 additions & 2 deletions bazel/emscripten_toolchain/toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ def _impl(ctx):
"-iwithsysroot" + "/include/compat",
"-iwithsysroot" + "/include",
"-isystem",
emscripten_dir + "/lib/clang/16.0.0/include",
emscripten_dir + "/lib/clang/16/include",
],
),
# Inputs and outputs
Expand Down Expand Up @@ -1073,7 +1073,7 @@ def _impl(ctx):
emscripten_dir + "/emscripten/cache/sysroot/include/c++/v1",
emscripten_dir + "/emscripten/cache/sysroot/include/compat",
emscripten_dir + "/emscripten/cache/sysroot/include",
emscripten_dir + "/lib/clang/16.0.0/include",
emscripten_dir + "/lib/clang/16/include",
]

artifact_name_patterns = []
Expand Down
7 changes: 7 additions & 0 deletions bazel/revisions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# DO NOT MODIFY

EMSCRIPTEN_TAGS = {
"3.1.26": struct(
hash = "4f68bb2a505c727bcf58195cf4da20592a6e92c8",
sha_linux = "82d24d5619c814ae99ef7243de428600c02e96dfc49c36e44753b1fce626766e",
sha_mac = "7b645979d8901f3153507561bbec10ecfeb197dca5914228715a74b760cf7eec",
sha_mac_arm64 = "d9c647fd70588bae71303a6c923df8a44ffe63e168b375d35bf6ceda21258fa1",
sha_win = "1ad49d69634ce2d1fe04614c18060a903c102e1dbc9dfdef3a03e52c189b4c92",
),
"3.1.25": struct(
hash = "ff6babb041d0f31575cc16d15ef82c6222ca99b8",
sha_linux = "c5ae6b4525845ea36bde89cbf4e1d03de87a2658862d76c6a53bbf8de7c67ff5",
Expand Down
4 changes: 3 additions & 1 deletion emscripten-releases-tags.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aliases": {
"latest": "3.1.25",
"latest": "3.1.26",
"latest-sdk": "latest",
"latest-arm64-linux": "3.1.21",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.26": "4f68bb2a505c727bcf58195cf4da20592a6e92c8",
"3.1.26-asserts": "4e2ffe94b04dbadfbca1687ab458d306b3414d13",
"3.1.25": "ff6babb041d0f31575cc16d15ef82c6222ca99b8",
"3.1.25-asserts": "6b19d6a8c30d7b83ba2193625fc12cce9ae0206b",
"3.1.24": "54217a0950bb1dafe8808cc6207d378e323f9d74",
Expand Down

0 comments on commit 7fb0e38

Please sign in to comment.