diff --git a/dev/ci/repo-deps.toml b/dev/ci/repo-deps.toml index 0f5cb24f..eacfbd48 100644 --- a/dev/ci/repo-deps.toml +++ b/dev/ci/repo-deps.toml @@ -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"]} @@ -27,7 +27,6 @@ psi = {repos = ["skylabs-fm"]} [repos-deps] workspace = {} ci = {} -fm-ci = {} BRiCk = {groups = ["vendored"]} auto = {repos = ["BRiCk"]} brick-libcpp = {repos = ["auto"]} diff --git a/dev/repos/config.mk b/dev/repos/config.mk index 479468e2..cd577a80 100644 --- a/dev/repos/config.mk +++ b/dev/repos/config.mk @@ -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. diff --git a/fmdeps/.gitignore b/fmdeps/.gitignore index 28a7994b..872a8b80 100644 --- a/fmdeps/.gitignore +++ b/fmdeps/.gitignore @@ -2,8 +2,6 @@ BRiCk/ auto-docs/ auto/ brick-libcpp/ -ci-backfire/ -fm-ci/ ci/ fm-tools/ skylabs-fm/