diff --git a/ci_tools_atomic_dex/ci_scripts/linux_script.sh b/ci_tools_atomic_dex/ci_scripts/linux_script.sh index 95d20d4f4a..ef22f37b6e 100755 --- a/ci_tools_atomic_dex/ci_scripts/linux_script.sh +++ b/ci_tools_atomic_dex/ci_scripts/linux_script.sh @@ -2,8 +2,7 @@ sudo apt-get update # prevents repo404 errors on apt-remove below sudo apt-get remove php* msodbcsql17 mysql* -#sudo apt-get update -#sudo ACCEPT_EULA=Y apt-get upgrade -y +sudo ACCEPT_EULA=Y apt-get upgrade -y # base deps sudo apt-get install build-essential \ libgl1-mesa-dev \ diff --git a/ci_tools_atomic_dex/ci_scripts/osx_script.sh b/ci_tools_atomic_dex/ci_scripts/osx_script.sh index f0d6722b89..53a51ffe8b 100755 --- a/ci_tools_atomic_dex/ci_scripts/osx_script.sh +++ b/ci_tools_atomic_dex/ci_scripts/osx_script.sh @@ -1,14 +1,8 @@ #!/bin/bash -# Workaround for https://github.com/actions/setup-python/issues/577 - brew update -brew install autoconf \ - automake \ - pkgconfig \ - wget \ - nim \ - ninja \ +brew upgrade +brew install nim \ gnu-sed \ coreutils \ libtool \ @@ -20,15 +14,6 @@ export CC=clang export CXX=clang++ export MACOSX_DEPLOYMENT_TARGET=10.15 -# get curl -#git clone https://github.com/KomodoPlatform/curl.git -#cd curl -#git checkout curl-7_70_0 -#./buildconf -#./configure --disable-shared --enable-static --without-libidn2 --without-ssl --without-nghttp2 --disable-ldap --with-darwinssl -#make -j3 install -#cd ../ - git clone https://github.com/KomodoPlatform/libwally-core.git --recurse-submodules cd libwally-core ./tools/autogen.sh