Skip to content

Commit

Permalink
Release 3.1.69 (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
3 people authored Oct 12, 2024
1 parent 54ef088 commit a36df02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
title: Release ${{ env.RELEASE_VERSION }}
commit-message: |
Release ${{ env.RELEASE_VERSION }}
team-reviewers: release-reviewers
body: |
With emscripten-releases revisions:
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.lto-sha }} (LTO)
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.69": struct(
hash = "8fe01288bc35668c13316324336ea00195dfb814",
sha_linux = "24a786666e6f48ed3c3944b44df5cf146c45cf4faece4cb2686312a3d052a00c",
sha_mac = "8503fe87dd2f30abff2550e9d6eb8aadeaf30fd3c6972d635b31e67f82e155f7",
sha_mac_arm64 = "995c7b3c84458edf6b8945e81405320c64a25dfe79eaa427fc1fe9a680f56b4f",
sha_win = "3839e0a581ae7b19156f004762a8221585e9a0d6237e468b13a878d1947636c5",
),
"3.1.68": struct(
hash = "b52d8c9150dc7d4c8e4a7a08c7a9b4006c9abe49",
sha_linux = "1f2bcb47d85eb31d90fa797b3513221adc50f0656bb37f0962a40fd0f49fcf6a",
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.68",
"latest": "3.1.69",
"latest-sdk": "latest",
"latest-arm64-linux": "latest",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.69": "8fe01288bc35668c13316324336ea00195dfb814",
"3.1.69-asserts": "cf6f9d1b4026ec7aec33aceb68077c704b52b068",
"3.1.68": "b52d8c9150dc7d4c8e4a7a08c7a9b4006c9abe49",
"3.1.68-asserts": "1565c9e5a4547215a1b63013607bf7a1cbb3d9d3",
"3.1.67": "4ae62984ea36ef0e5bfcbd0ed9b62f04bee6426a",
Expand Down

0 comments on commit a36df02

Please sign in to comment.