Skip to content

Conversation

@IliaFeldgun
Copy link

Hello,
I would like to add support to the cProfile regex, not needing to run cProfile separately for this.

@IliaFeldgun IliaFeldgun force-pushed the support-profile-regex branch 2 times, most recently from a238f15 to d159e0e Compare October 30, 2025 22:17
@IliaFeldgun IliaFeldgun force-pushed the support-profile-regex branch 10 times, most recently from 59f69cd to afaa2c5 Compare October 31, 2025 01:07
@IliaFeldgun IliaFeldgun force-pushed the support-profile-regex branch 6 times, most recently from 1a8e5b1 to fcfb01d Compare October 31, 2025 03:16
change mongo version to 8
python native venv
upgrade wheel and packaging
@IliaFeldgun IliaFeldgun force-pushed the support-profile-regex branch from 7e125cc to 0e48638 Compare October 31, 2025 05:23
@IliaFeldgun
Copy link
Author

IliaFeldgun commented Oct 31, 2025

CI looks great, I think you can drop py3.6 or need to handle it in a special way.

job-tmpl: &job-tmpl
machine:
image: ubuntu-2004:edge
image: ubuntu-2204:current
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically ubuntu 20 is unsupported

'--port=%s' % self.port,
'--nounixsocket',
'--syncdelay=0',
'--nojournal',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsupported anymore

function install_python {
local py=$1
sudo apt-get install -y $py $py-dev
sudo apt-get install -y $py
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deadsnakes-ppa py3.6 is no longer supported, apt-get install succeeds with no op.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant