Skip to content

Commit a46358c

Browse files
authored
ohos: Update Rust version and cargo profile (#133)
Part of #132 - fixes it for the ohos build.
1 parent 5c5135f commit a46358c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55
SERVO_GIT_HASH=$(git ls-remote https://github.com/servo/servo.git --branches refs/heads/main | awk '{ print $1}')
66
GITHUB_ACTIONS_RUNNER_VERSION="2.334.0"
77
MITMPROXY_VERSION="12.2.1"
8-
RUST_VERSION="1.92.0"
8+
RUST_VERSION="1.95.0"
99
UV_VERSION="0.9.28"
1010
IMAGE_USERNAME=servo_ci
1111

docker/hos_builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ RUN cd /data/servo/servo && ./mach bootstrap --skip-platform
112112

113113
FROM servo_base AS servo_cooked_ohos_release
114114

115-
RUN ./mach build --ohos --profile=release --no-package --no-default-features --features=tracing,tracing-hitrace
115+
RUN ./mach build --ohos --profile=checked-release --no-package --no-default-features --features=tracing,tracing-hitrace

0 commit comments

Comments
 (0)