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 17 times, most recently 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.

@IliaFeldgun IliaFeldgun force-pushed the support-profile-regex branch from 0e48638 to b7066bf Compare November 9, 2025 21:50
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