Conversation
|
/azp run |
|
|
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
Would this get merged through to master or should I submit another PR for that branch? |
|
I'd think this should target master then list as cherry-pick for 202411 |
|
@bradh352 yep OK. I was going to do one for master as well. Should I leave this open or will someone cherry-pick the change from the master PR? |
|
Just click edit at the top of this PR and change the target branch from 202411 to master. Then in the description put to cherry pick to 202411 ... at least that's how it works in other subrepositories ... you don't create a PR against a specific branch yourself unless it is branch-specific. |
|
OK cool. I'll need to rebase against master anyway |
Newer versions of PyGObject depend on libgirepository-2.0-dev which
isn't packaged for Debian. This leads to build failures like
Collecting PyGObject
Downloading pygobject-3.52.1.tar.gz (1.2 MB)
...
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
...
../meson.build:31:9: ERROR: Dependency 'girepository-2.0' is required but not found.
Pin the version of PyGObject to 3.50.0 which is the latest version known
to work.
Fixes sonic-net/sonic-buildimage#21984
0b24d3b to
6aa9c13
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@kperumalbfn Can you please help to cherry-pick for 202411? @r12f We would need this in 202412 as well. |
|
Cherry-pick PR to 202411: #233 |
|
@bingwang-ms We might need this in 202405 as well, pls check. |
|
Is it possible to backport this fix also for the branche 202405? |
This reverts commit 3ba0c59.
|
This PR breaks build for 202412 armhf build and blocks 202411 submodule update. |
Newer versions of PyGObject depend on libgirepository-2.0-dev which isn't packaged for Debian. This leads to build failures like
Collecting PyGObject
Downloading pygobject-3.52.1.tar.gz (1.2 MB)
...
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
...
Pin the version of PyGObject to 3.50.0 which is the latest version known to work.
Fixes sonic-net/sonic-buildimage#21984
This needs to be cherry-picked onto the 202411branch. Probably 202405 and 202311 too. I don't think it'll apply cleanly to 202305 so that'd need a branch specific change.