Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove need of redundant argument ffmpeg #408

Merged
merged 2 commits into from
Oct 13, 2023

Adds deprecations

993ea86
Select commit
Loading
Failed to load commit list.
Merged

Remove need of redundant argument ffmpeg #408

Adds deprecations
993ea86
Select commit
Loading
Failed to load commit list.
Cirrus CI / Linux ARMv8 JULIA_VERSION:1.6 failed Oct 13, 2023 in 22s

Task Summary

Instruction install failed in 00:20

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
❌ 00:20 install

        '\''
        if [ ! -z "\${CODECOV}" ]; then
            if [ "${OS}" = "freebsd" ]; then
                # See https://github.com/codecov/uploader/issues/849 for FreeBSD
                echo "[CIRRUSCI.JL] Skipping Codecov submission on this platform, sorry :("
            else
                if [ "${OS}" = "musl" ]; then
                    CODECOV_OS="alpine"
                elif [ "${OS}" = "mac" ]; then
                    CODECOV_OS="macos"
                else
                    CODECOV_OS="${OS}"
                fi
                CODECOV_URL="https://uploader.codecov.io/latest/\${CODECOV_OS}/codecov"
                echo "[CIRRUSCI.JL] Downloading the Codecov uploader from \${CODECOV_URL}"
                curl -L "\${CODECOV_URL}" -o /usr/local/bin/codecov
                chmod +x /usr/local/bin/codecov
                if [ "${OS}" = "mac" ] && [ "${ARCH}" = "aarch64" ]; then
                    sudo softwareupdate --install-rosetta --agree-to-license
                    CODECOV_EXE="arch -x86_64 codecov"
                elif [ "${OS}" = "linux" ] && [ "${ARCH}" != "x86_64" ] && [ ! -z "\$(which apt)" ]; then
                    apt install -y qemu-user
                    CODECOV_EXE="qemu-x86_64 /usr/local/bin/codecov"
                else
                    CODECOV_EXE="codecov"
                fi
                if [ ! -z "\${CODECOV_TOKEN}" ]; then
                    CODECOV_EXE="\${CODECOV_EXE} -t \${CODECOV_TOKEN}"
                fi
                \${CODECOV_EXE} \
                    -R "${CIRRUS_WORKING_DIR}" \
                    --file lcov.info \
                    --source "github.com/ararslan/CirrusCI.jl" \
                    --verbose
            fi
        fi
        if [ ! -z "\${COVERALLS}" ]; then
            echo "[CIRRUSCI.JL] Coveralls is not currently supported"
        fi
        ;;

    *)
        echo "Usage: cirrusjl <build|test|coverage>" >&2
        exit 1
        ;;
esac
EOF

chmod +x /usr/local/bin/cirrusjl'
-e �[0;34m[CIRRUSCI.JL]�[0m: OS name: linux
-e �[0;34m[CIRRUSCI.JL]�[0m: Architecture name: aarch64
-e �[0;34m[CIRRUSCI.JL]�[0m: Downloading Julia from https://julialang-s3.julialang.org/bin/linux/aarch64/1.6/julia-1.6-latest-linux-aarch64.tar.gz
fatal: error thrown and no exception handler available.
InitError(mod=:Logging, error=ReadOnlyMemoryError())
__aarch64_sync_cache_range at /workspace/srcdir/gcc-7.1.0/libgcc/config/aarch64/sync-cache.c:54
_ZN4llvm3sys6Memory26InvalidateInstructionCacheEPKvm at /root/julia/bin/../lib/julia/libLLVM-11jl.so (unknown line)