- 
                Notifications
    
You must be signed in to change notification settings  - Fork 87
 
Support profile regex #261
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
base: master
Are you sure you want to change the base?
Conversation
a238f15    to
    d159e0e      
    Compare
  
    59f69cd    to
    afaa2c5      
    Compare
  
    1a8e5b1    to
    fcfb01d      
    Compare
  
    change mongo version to 8 python native venv upgrade wheel and packaging
…rting all python versions
7e125cc    to
    0e48638      
    Compare
  
    | 
           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 | 
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.
Basically ubuntu 20 is unsupported
| '--port=%s' % self.port, | ||
| '--nounixsocket', | ||
| '--syncdelay=0', | ||
| '--nojournal', | 
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.
Unsupported anymore
| function install_python { | ||
| local py=$1 | ||
| sudo apt-get install -y $py $py-dev | ||
| sudo apt-get install -y $py | 
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.
deadsnakes-ppa py3.6 is no longer supported, apt-get install succeeds with no op.
Hello,
I would like to add support to the cProfile regex, not needing to run cProfile separately for this.