mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)
This commit is contained in:
parent
295b53df2a
commit
51d309988b
3 changed files with 11 additions and 21 deletions
|
|
@ -54,4 +54,13 @@ rm libexpat.tar.gz
|
|||
# Step 3: Add the namespacing include to expat_external.h
|
||||
sed -i 's/#define Expat_External_INCLUDED 1/&\n\n\/* Namespace external symbols to allow multiple libexpat version to\n co-exist. \*\/\n#include "pyexpatns.h"/' expat_external.h
|
||||
|
||||
echo "Updated; verify all is okay using git diff and git status."
|
||||
echo "
|
||||
Updated! next steps:
|
||||
- Verify all is okay:
|
||||
git diff
|
||||
git status
|
||||
- Regenerate the sbom file
|
||||
make regen-sbom
|
||||
- Update warning count in Tools/build/.warningignore_macos
|
||||
(use info from CI if not on a Mac)
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue