File tree Expand file tree Collapse file tree 3 files changed +10
-187
lines changed Expand file tree Collapse file tree 3 files changed +10
-187
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# This workflow runs a build with a python version that has debug symbols
2+ # Also generates coverage information from unit tests
3+ #
4+ # Note that for intrinsics, it only runs what gets compiled
5+ # -# and would naturally run. It also is limited to what can run in
6+ # -# a CI environment
7+ # -# IMPORTANT: binaries are not to be uploaded from this workflow!
8+ #
29# Update this workflow when our min/max python minor versions update
310# This workflow is necessary to ensure that we can build and run with
411# a debug python build without too much worrying about SIGABRT being thrown
512# IMPORTANT: binaries are not to be uploaded from this workflow!
613
7- name : Ubuntu debug python
14+ name : Ubuntu debug
815defaults :
916 run :
1017 shell : bash -leo pipefail {0}
@@ -42,15 +49,15 @@ concurrency:
4249 cancel-in-progress : true
4350
4451jobs :
45- debug_python :
52+ debug :
4653 runs-on : ${{ matrix.os }}
4754 strategy :
4855 fail-fast : false # if a particular matrix build fails, don't skip the rest
4956 matrix :
5057 os : [ ubuntu-24.04 ]
5158 # check our min python (minor) version and our max python (minor) version
5259 python : [
53- # 3.9.21,
60+ 3.9.21,
5461 3.13.1
5562 ]
5663
You can’t perform that action at this time.
0 commit comments