Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions dev/ci/repo-deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ psi = "psi/*"

# Specifications of dependencies for each of the group defined above.
[groups-deps]
vendored = {repos = ["workspace", "ci", "fm-ci"]}
vendored = {repos = ["workspace", "ci"]}
bluerock = {repos = ["auto"]}
psi = {repos = ["skylabs-fm"]}

Expand All @@ -27,7 +27,6 @@ psi = {repos = ["skylabs-fm"]}
[repos-deps]
workspace = {}
ci = {}
fm-ci = {}
BRiCk = {groups = ["vendored"]}
auto = {repos = ["BRiCk"]}
brick-libcpp = {repos = ["auto"]}
Expand Down
1 change: 0 additions & 1 deletion dev/repos/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ REPOS += fmdeps:SkyLabsAI/skylabs-fm:main:skylabs-fm/:owned:private
REPOS += fmdeps:SkyLabsAI/rocq-agent-toolkit:main:rocq-agent-toolkit/:owned:private

# Infrastructure / CI repositories.
REPOS += fmdeps:SkyLabsAI/fm-ci:main:fm-ci/:owned:public
REPOS += fmdeps:SkyLabsAI/ci:main:ci/:owned:private

# Vendored repositories.
Expand Down
2 changes: 0 additions & 2 deletions fmdeps/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ BRiCk/
auto-docs/
auto/
brick-libcpp/
ci-backfire/
fm-ci/
ci/
fm-tools/
skylabs-fm/
Expand Down