summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-12-04 22:05:58 (GMT)
committerGitHub <noreply@github.com>2020-12-04 22:05:58 (GMT)
commit85f1dedb8d05774e0d3739be0a11cd970b98097f (patch)
tree4f453d8a7426c7550e5d2500334946fbd68c356f /.github
parent2e0760bb2edb595050aff82f236cd32b44d3dfb3 (diff)
downloadcpython-85f1dedb8d05774e0d3739be0a11cd970b98097f.zip
cpython-85f1dedb8d05774e0d3739be0a11cd970b98097f.tar.gz
cpython-85f1dedb8d05774e0d3739be0a11cd970b98097f.tar.bz2
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 12c591e..71c307b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -75,6 +75,8 @@ jobs:
fi
- name: Check exported libpython symbols
run: make smelly
+ - name: Check limited ABI symbols
+ run: make check-limited-abi
build_win32:
name: 'Windows (x86)'