Skip to content

Commit

Permalink
Merge pull request #2336 from KomodoPlatform/glibc_fix
Browse files Browse the repository at this point in the history
fix GLIBC error
  • Loading branch information
smk762 authored Aug 7, 2023
2 parents 8a8d53e + 4983100 commit eac55d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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,8 @@

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 apt-get update
#sudo ACCEPT_EULA=Y apt-get upgrade -y
# base deps
sudo apt-get install build-essential \
libgl1-mesa-dev \
Expand Down

0 comments on commit eac55d7

Please sign in to comment.