Skip to content

Commit

Permalink
Fix system issues caused by Ubuntu 22 installer (#153)
Browse files Browse the repository at this point in the history
* Remove libtinfo.so from Ubuntu22 MDANSE

* Upload Ubuntu 22 artifacts on this branch

* Remove libtinfo.* only

* Redisable CD on this branch

* Try removing ncurses with conda

* Use --force when removing ncurses

* Remove ncurses manually

* Update CHANGELOG
  • Loading branch information
RastislavTuranyi authored Sep 22, 2022
1 parent ba6c7c4 commit 058d85f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,13 @@ jobs:
- run: sudo apt-get install dos2unix

- run: conda remove ncurses --force

- name: Deploy
run: |
sed -i 's|PYTHONEXE=$HOME/python|PYTHONEXE=$CONDA/envs/mdanse|' $GITHUB_WORKSPACE/BuildServer/Unix/Debian/deploy.sh
sudo rm $CONDA/envs/mdanse/lib/libtinfo*
sudo rm $CONDA/envs/mdanse/lib/libncurses*
sudo rm -v $CONDA/envs/mdanse/lib/libstdc*
source $GITHUB_WORKSPACE/BuildServer/Unix/Debian/definitions.sh
source $GITHUB_WORKSPACE/BuildServer/Unix/setup_ci.sh
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version 1.5.2
-------------
* FIXED issue #158 Molecular Viewer and Elevation, Iso-Surface, and Scalar-Field plotters no longer crash MDANSE on Ubuntu 22
* FIXED issue #151 MDANSE should no longer interfere with system functionalities such as nano on Ubuntu 22

version 1.5.1
--------------
Expand Down

0 comments on commit 058d85f

Please sign in to comment.