Skip to content

Commit 4934f3b

Browse files
committed
clarify the devcontainer relation and which build targets should be working
1 parent 3115a5a commit 4934f3b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,14 @@ bazel build --config bl-x86_64-linux @score_orchestrator//src/... --verbose_fail
6161

6262
You can obtain a complete S-CORE workspace, i.e. a git checkout of all modules from `known_good.json`, on the specific branches / commits, integrated into one Bazel build.
6363
This helps with cross-module development, debugging, and generally "trying out things".
64-
The startup of the supplied devcontainer already generates the required metadata.
64+
65+
> [!NOTE]
66+
> The startup of the [S-CORE devcontainer](https://github.com/eclipse-score/devcontainer) [integrated in this repository](.devcontainer/) already installs supported workspace managers and generates the required metadata.
67+
> You can do this manually as well, of course (e.g. if you do not use the devcontainer)
68+
> Take a look at `.devcontainer/prepare_workspace.sh`, which contains the setup script.
69+
70+
> [!NOTE]
71+
> Take a look at the [Known Issues](#known-issues-️) below to see which Bazel targets are available and working.
6572
6673
The supported workspace managers are:
6774

0 commit comments

Comments
 (0)