-
Notifications
You must be signed in to change notification settings - Fork 43
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
fix free-bsd CI #579
fix free-bsd CI #579
Conversation
@@ -232,7 +232,7 @@ jobs: | |||
shell: bash | |||
environment_variables: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_DEFAULT_REGION AWS_REGION | |||
run: | | |||
sudo pkg install -y python3 py39-urllib3 py39-pip py39-awscli cmake | |||
sudo pkg install -y python3 devel/py-pip net/py-urllib3 devel/py-awscli cmake |
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.
did install python3
change from being 3.9 to 3.11?
does python3
point to whatever is "latest"? and like devel/py-pip
points to whatever is "latest"?
If so, this seems fine
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.
not sure if they just updated recently or not. but the current default version for python is 3.11 https://cgit.freebsd.org/ports/tree/Mk/bsd.default-versions.mk#n139
https://wiki.freebsd.org/Python looks like they will use the default version for all the python 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.
freebsd/freebsd-ports@62a23ef oh, it was updated 2 month ago.
Issue #, if available:
Description of changes:
pkg install devel/py-pip
. https://www.freshports.org/devel/py-pip/pkg install net/py-urllib3
. https://www.freshports.org/net/py-urllib3/pkg install devel/py-awscli
. https://www.freshports.org/devel/py-awscli/By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.