Skip to content

Commit

Permalink
Enable Rust Hello World demo on macOS 14
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 9666d89f05b8d63f8d7fb07d58f026d783f8d1fc
  • Loading branch information
Vertexwahn committed Nov 19, 2024
1 parent f268602 commit 70be9b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/hello-world-macOS-14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70be9b1

Please sign in to comment.