Set up bash scripts that can be used as a build environment #52

Merged
savanni merged 4 commits from ci-cd into main 2023-08-07 19:23:27 +00:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 919d242daa - Show all commits

View File

@ -1,5 +1,8 @@
[workspace]
members = [
"dashboard",
"ifc"
"fluent-ergonomics",
"geo-types",
"ifc",
"memorycache",
]

View File

@ -2,7 +2,7 @@
set -euo pipefail
RUST_ALL_TARGETS="dashboard ifc"
RUST_ALL_TARGETS="dashboard ifc memorycache geo-types fluent-ergonomics"
build_rust_targets() {
local CMD=$1