Skip to content

Commit

Permalink
1110: Move to ibm-openbmc/phosphor-dbus-interfaces
Browse files Browse the repository at this point in the history
We carry some PDI changes in our downstream repo so CI needs to utilize
that for the docker container.

Signed-off-by: Andrew Geissler <[email protected]>
  • Loading branch information
geissonator committed Jan 26, 2024
1 parent 6e121d6 commit 29c4cef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build-unit-test-docker
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,15 @@ packages = {
"-Dtests=disabled",
],
),
"openbmc/phosphor-dbus-interfaces": PackageDef(
"ibm-openbmc/phosphor-dbus-interfaces": PackageDef(
depends=["openbmc/sdbusplus"],
build_type="meson",
config_flags=["-Dgenerate_md=false"],
),
"openbmc/phosphor-logging": PackageDef(
depends=[
"USCiLab/cereal",
"openbmc/phosphor-dbus-interfaces",
"ibm-openbmc/phosphor-dbus-interfaces",
"openbmc/sdbusplus",
"openbmc/sdeventplus",
],
Expand All @@ -211,7 +211,7 @@ packages = {
"CLIUtils/CLI11",
"boost",
"leethomason/tinyxml2",
"openbmc/phosphor-dbus-interfaces",
"ibm-openbmc/phosphor-dbus-interfaces",
"openbmc/phosphor-logging",
"openbmc/sdbusplus",
],
Expand Down

0 comments on commit 29c4cef

Please sign in to comment.