summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-12-04 10:07:59 (GMT)
committerGitHub <noreply@github.com>2021-12-04 10:07:59 (GMT)
commitcee07b162843694e8166ad8715162d4d5886b50f (patch)
tree8028883828d0b2fa6fe372f2d8f263c6f315ca71 /Misc
parent135ecc3492cee259090fd4aaed9056c130cd2eba (diff)
downloadcpython-cee07b162843694e8166ad8715162d4d5886b50f.zip
cpython-cee07b162843694e8166ad8715162d4d5886b50f.tar.gz
cpython-cee07b162843694e8166ad8715162d4d5886b50f.tar.bz2
bpo-45695: Test out-of-tree builds on GHA (GH-29904)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-12-03-14-19-16.bpo-45695.QKBn2E.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-12-03-14-19-16.bpo-45695.QKBn2E.rst b/Misc/NEWS.d/next/Tests/2021-12-03-14-19-16.bpo-45695.QKBn2E.rst
new file mode 100644
index 0000000..14ecd92
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2021-12-03-14-19-16.bpo-45695.QKBn2E.rst
@@ -0,0 +1 @@
+Out-of-tree builds with a read-only source directory are now tested by CI.