From 70be9b12643097e216f17a44619155ba6fc45d51 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Tue, 19 Nov 2024 23:40:13 +0100 Subject: [PATCH] Enable Rust Hello World demo on macOS 14 GitOrigin-RevId: 9666d89f05b8d63f8d7fb07d58f026d783f8d1fc --- ci/hello-world-macOS-14.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci/hello-world-macOS-14.yaml b/ci/hello-world-macOS-14.yaml index 2ecd1fc..ffb5651 100644 --- a/ci/hello-world-macOS-14.yaml +++ b/ci/hello-world-macOS-14.yaml @@ -113,6 +113,14 @@ steps: displayName: "Hello World Python" - script: | + ROOT_DIR=$(pwd) + + cd ${ROOT_DIR}/hello_world/rust + bazel build //... + bazel run //:hello_world + displayName: "Hello World Rust" + + #- script: | # ROOT_DIR=$(pwd) # # cd ${ROOT_DIR}/hello_world/ruby