summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-02-09 15:18:14 -0800
committerGitHub <noreply@github.com>2021-02-09 17:18:14 -0600
commit1d140d9fb1b79a1776f359c879667180e094de5a (patch)
treebc7d8509de90dd71fd63c8d0cf58294f0d6b6cce /.github
parentfb6acf659fbf69327f8044e35e6919c1243bc848 (diff)
cmake: Make Python3 default and improve toml error messages. (#5884)
./configure.sh will now fail if Python3 is not installed on the system. Since Python2 is now deprecated the user has to explicitly enable it via --python2. This commit also removes the --python3 configure flag.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5da6b4208..753872ae1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -153,7 +153,6 @@ jobs:
- name: Configure
run: |
${{ matrix.env }} ./configure.sh ${{ matrix.config }} \
- --python3 \
--prefix=$(pwd)/build/install \
--unit-testing
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback