Skip to content

Commit e691ef8

Browse files
committed
Debug
1 parent 4d93547 commit e691ef8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636
run: |
3737
lscpu || true
3838
- run: bazel test //...
39+
- name: Debug Session
40+
if: ${{ failure() }}
41+
uses: mxschmitt/action-tmate@53a5c23a925969671a6bb98ea70a4f650928ef93
42+
with:
43+
limit-access-to-actor: false

mojo/extensions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("//mojo:mojo_host_platform.bzl", "mojo_host_platform")
44
load("//mojo/private:mojo_gpu_toolchains_repository.bzl", "mojo_gpu_toolchains_repository")
55

66
_PLATFORMS = ["linux_aarch64", "linux_x86_64", "macos_arm64"]
7-
_DEFAULT_VERSION = "1.0.0b2.dev2026052215"
7+
_DEFAULT_VERSION = "1.0.0b2.dev2026052815"
88
_KNOWN_SHAS = {
99
"1.0.0b2.dev2026052215": {
1010
"linux_aarch64": "328f9d3349ffc15ea4e0b77e29acdaf4cbb5dc86fcadb2b5e6ffef5d512697b8",

0 commit comments

Comments
 (0)