-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CHORE] contrib/pyln-proto update bitstring #6585
Conversation
tests are not passing? |
i just ran tests inside |
i think i need some guidance. the purpose was just to bump bitstring :). |
2b3d7dd
to
0b6345a
Compare
0b6345a
to
113f91e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you cherrypick the commit at #6590 this should fix the Ci and be ready to merge the PR
113f91e
to
eb55dca
Compare
Signed-off-by: Vincenzo Palazzo <[email protected]>
update to latest bitstring, `type: ignore` is not needed anymore forgot poetry.lock run makegen run make -j8 remove cln-renepay mako capitalized?
37c023d
to
0388bf3
Compare
Ok looks liek that in the CI something is broken with the docket compose, there is the following error
try to apply this patch diff --git a/contrib/docker/scripts/build.sh b/contrib/docker/scripts/build.sh
index c9cb48228..3692dcd3b 100755
--- a/contrib/docker/scripts/build.sh
+++ b/contrib/docker/scripts/build.sh
@@ -23,7 +23,7 @@ export LIGHTNINGD_POSTGRES_NO_VACUUM=1
pip3 install --upgrade pip
pip3 install --user poetry
poetry export --dev --without-hashes -o requirements.txt
-pip3 install -r requirements.txt
+pip3 install --ignore-installed -r requirements.txt
pip3 install -r plugins/clnrest/requirements.txt
git clone https://github.com/lightning/bolts.git ../bolts
|
This is an alternative version to [1] that update only the necessary information around our codebase to upgrade the bitstring package. This upgrade is necessary for the user of our package that will find conflics in their codebase about packages version. [1] ElementsProject#6585 Signed-off-by: Vincenzo Palazzo <[email protected]>
This is an alternative version to [1] that update only the necessary information around our codebase to upgrade the bitstring package. This upgrade is necessary for the user of our package that will find conflics in their codebase about packages version. [1] ElementsProject#6585 Signed-off-by: Vincenzo Palazzo <[email protected]>
This is an alternative version to [1] that update only the necessary information around our codebase to upgrade the bitstring package. This upgrade is necessary for the user of our package that will find conflics in their codebase about packages version. [1] ElementsProject#6585 Co-Developed-by: @dni Chanegelog-None Signed-off-by: Vincenzo Palazzo <[email protected]>
This is an alternative version to [1] that update only the necessary information around our codebase to upgrade the bitstring package. This upgrade is necessary for the user of our package that will find conflics in their codebase about packages version. [1] ElementsProject#6585 Co-Developed-by: @dni Chanegelog-None Signed-off-by: Vincenzo Palazzo <[email protected]>
OK while fightling with poetry a little bit I think this patch #6607 will introduce the feature that you need. Waiting of the CI completion |
This is an alternative version to [1] that update only the necessary information around our codebase to upgrade the bitstring package. This upgrade is necessary for the user of our package that will find conflics in their codebase about packages version. [1] ElementsProject#6585 Co-Developed-by: @dni Chanegelog-None Signed-off-by: Vincenzo Palazzo <[email protected]>
This is an alternative version to [1] that update only the necessary information around our codebase to upgrade the bitstring package. This upgrade is necessary for the user of our package that will find conflics in their codebase about packages version. [1] ElementsProject#6585 Co-Developed-by: @dni Chanegelog-None Signed-off-by: Vincenzo Palazzo <[email protected]>
This is an alternative version to [1] that update only the necessary information around our codebase to upgrade the bitstring package. This upgrade is necessary for the user of our package that will find conflics in their codebase about packages version. [1] #6585 Co-Developed-by: @dni Chanegelog-None Signed-off-by: Vincenzo Palazzo <[email protected]>
update to latest bitstring,
type: ignore
is not needed anymore.tests are passing