Skip to content

Commit

Permalink
add docker rti:local to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Depetrol committed Jul 25, 2024
1 parent 658ac6a commit 31e5ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/install-rti/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
cd core/src/main/resources/lib/c/reactor-c/core/federated/RTI
docker build -t lflang/rti:rti -f rti.Dockerfile ../../../
mkdir build
cd build
if [[ "$OSTYPE" == "darwin"* ]]; then
Expand Down
3 changes: 2 additions & 1 deletion test/Python/src/docker/DockerComposeConfig.lf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
target Python {
coordination: decentralized,
docker: {
docker-compose-override: "./DockerComposeConfig.docker.yml"
docker-compose-override: "./DockerComposeConfig.docker.yml",
rti-image: "rti:local"
}
}

Expand Down

0 comments on commit 31e5ff2

Please sign in to comment.