1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

Simplify resolving symlinks, remove native extension (#1428)

This commit is contained in:
Mislav Marohnić
2022-09-22 11:34:02 +02:00
committed by GitHub
parent 56a440e4a7
commit 117a381575
13 changed files with 27 additions and 864 deletions

View File

@@ -1,9 +1,4 @@
#!/usr/bin/env bash
set -e
if [ -n "$RBENV_NATIVE_EXT" ]; then
src/configure
make -C src
fi
exec bats ${CI:+--tap} "${@:-test}"