We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978e37b commit bcb099aCopy full SHA for bcb099a
Modules/expat/refresh.sh
@@ -54,4 +54,13 @@ rm libexpat.tar.gz
54
# Step 3: Add the namespacing include to expat_external.h
55
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
56
57
-echo "Updated; verify all is okay using git diff and git status."
+echo "
58
+Updated! next steps:
59
+- Verify all is okay:
60
+ git diff
61
+ git status
62
+- Regenerate the sbom file
63
+ make regen-sbom
64
+- Update warning count in Tools/build/.warningignore_macos
65
+ (use info from CI if not on a Mac)
66
+"
0 commit comments