Skip to content

Commit 664dc46

Browse files
committed
musa: Update MUSA SDK version to rc3.1.1
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent 369be55 commit 664dc46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devops/musa.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBUNTU_VERSION=22.04
22
# This needs to generally match the container host's environment.
3-
ARG MUSA_VERSION=rc3.1.0
3+
ARG MUSA_VERSION=rc3.1.1
44
# Target the MUSA build image
55
ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
66

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
444444
ubuntu-22-cmake-musa:
445445
runs-on: ubuntu-22.04
446-
container: mthreads/musa:rc3.1.0-devel-ubuntu22.04
446+
container: mthreads/musa:rc3.1.1-devel-ubuntu22.04
447447

448448
steps:
449449
- name: Clone

docs/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You may want to pass in some different `ARGS`, depending on the MUSA environment
104104

105105
The defaults are:
106106

107-
- `MUSA_VERSION` set to `rc3.1.0`
107+
- `MUSA_VERSION` set to `rc3.1.1`
108108

109109
The resulting images, are essentially the same as the non-MUSA images:
110110

0 commit comments

Comments
 (0)