commit 6ddaab3f7ace0aa9244989ee27cda0c074f7f99a from: Thomas Adam date: Thu Jul 21 14:35:59 2022 UTC portable: remove stray .orig files These shouldn't have been commited, and probably predate when the .gitignore file was updated to filter out .orig files. commit - 732c70f595eef7db741177f2dfd61b8bd27f156e commit + 6ddaab3f7ace0aa9244989ee27cda0c074f7f99a blob - ada153439421482a222e4942f631de8054eeb2fe (mode 755) blob + /dev/null --- .github/ci/before-install.sh.orig +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -if [ "$OS_NAME" = "linux" ]; then - apt-get update -qq && \ - apt-get -y install bison \ - autotools-dev \ - libncurses5-dev \ - pkg-config \ - build-essential \ - libmd-dev \ - libssl-dev \ - uuid-dev \ - zlib1g-dev -fi - -if [ "$OS_NAME" = "freebsd" ]; then - pkg install -y \ - automake \ - pkgconf -fi blob - 2c026400fa305c2d7a53ed4fd25940514b9762f7 (mode 755) blob + /dev/null --- .github/ci/build.sh.orig +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -./autogen.sh || exit 1 -./configure || exit 1 -exec make