@@ -104,12 +104,6 @@ jobs:
104104 ' x86_64-unknown-netbsd' ,
105105 ' aarch64-unknown-netbsd' ,
106106
107- # OpenBSD
108- ' x86_64-unknown-openbsd' ,
109- ' i386-unknown-openbsd' ,
110- ' aarch64-unknown-openbsd' ,
111- ' arm-unknown-openbsd' ,
112-
113107 # DragonFly BSD
114108 ' x86_64-unknown-dragonfly' ,
115109
@@ -200,18 +194,6 @@ jobs:
200194 export PATH="${DAKINI_HOME}/bin:${PATH}"
201195
202196 source "${DAKINI_HOME}/usr/local/share/dakini/autotools/${{ matrix.target }}.sh"
203- elif [[ '${{ matrix.target }}' == *'-openbsd'* ]]; then
204- declare -r ATAR_TAG="$(jq --raw-output '.tag_name' <<< "$(curl --connect-timeout '10' --retry '15' --retry-all-errors --fail --silent --url 'https://api.github.com/repos/AmanoTeam/Atar/releases/latest')")"
205- declare -r ATAR_TARBALL='/tmp/toolchain.tar.xz'
206- declare -r ATAR_URL="https://github.com/AmanoTeam/Atar/releases/download/${ATAR_TAG}/x86_64-unknown-linux-gnu.tar.xz"
207-
208- curl --connect-timeout '10' --retry '15' --retry-all-errors --fail --silent --location --url "${ATAR_URL}" --output "${ATAR_TARBALL}"
209- tar --directory="$(dirname "${ATAR_TARBALL}")" --extract --file="${ATAR_TARBALL}"
210-
211- export ATAR_HOME='/tmp/atar'
212- export PATH="${ATAR_HOME}/bin:${PATH}"
213-
214- source "${ATAR_HOME}/usr/local/share/atar/autotools/${{ matrix.target }}.sh"
215197 elif [[ '${{ matrix.target }}' == *'-dragonfly' ]]; then
216198 # declare -r VENTI_TAG="$(jq --raw-output '.tag_name' <<< "$(curl --connect-timeout '10' --retry '15' --retry-all-errors --fail --silent --url 'https://api.github.com/repos/AmanoTeam/Venti/releases/latest')")"
217199 # declare -r VENTI_TARBALL='/tmp/toolchain.tar.xz'
0 commit comments