Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 31, 2024
1 parent fe0a00f commit fcc6145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
3 changes: 1 addition & 2 deletions ci_tools_atomic_dex/ci_scripts/linux_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
19 changes: 2 additions & 17 deletions ci_tools_atomic_dex/ci_scripts/osx_script.sh
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit fcc6145

Please sign in to comment.