-
Notifications
You must be signed in to change notification settings - Fork 370
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
Ubuntu 22.04 #1656
Ubuntu 22.04 #1656
Conversation
fix: remove setuptools as it conflicts with existing OS packages chore: update github workflows fix: fix tests chore: use temp server fix: fix deb package versioning fix: fix msgpack dependency fix: fix build fix: add cython3 fix: fix checkpoint service fix: fix popitem fix: remove extra parameter from test_stats_publisher fix: replace iloc with keys fix: fix collections.Mapping to collections.abc.Mapping fix: some collections still use last=False... fix: fix append to add fix: fix rlp fix: fix lint fix: fix popitem that uses last notation fix: fix Iterable chore: clean up un-needed files chore: change to hyperledger github fix: restore needed file that was cleaned up Signed-off-by: Kim Ebert <kim@indicio.tech>
|
||
# Automatically added from template: | ||
if which py3compile >/dev/null 2>&1; then | ||
py3compile -O -p {package_name} /usr/local/lib/python3.8/dist-packages/ |
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.
Python version will need to be updated accordingly for 22.04.
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.
Ah, I missed this.
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
@reflectivedevelopment, I don't have permissions to update your branch. Would it be possible to setup the PR to allow maintainers to update your PR? I was trying to update the workflows and was going to look at updating the dev container. To start could you enable the workflows on the
|
# echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list | ||
|
||
# TODO change this to official repo | ||
RUN echo "deb [trusted=yes] http://209.141.41.82:8000/ packagedir/" >> /etc/apt/sources.list |
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.
@reflectivedevelopment, Which repo is this?
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.
This is a temporary repo, until we get the jfrog packages installed.
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Workflows and branch protection rules have been setup for the Found a small issue with the 3rd Party Dependency build that I want to fix before merging the PR so we get all the expected packages published once we merge. |
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
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.
Approving and merging knowing we've got some additional clean to do.
Ubuntu 22.04 upgrade