Skip to content

Commit

Permalink
Change AppImage packager to supply newer libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
brkzlr committed May 12, 2024
1 parent aaaa76a commit d92aba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ exit_on_failure() {
# Create AppImage's AppDir with a Conda environment pre-baked
# containing our required pip packages
export PIP_REQUIREMENTS="-r ../requirements.txt"
export CONDA_PACKAGES="libstdcxx-ng" # Need this to get libstdc++ higher than 6.0.29
$DEPLOYTOOL --appdir AppDir -pconda || exit_on_failure

# Create PINCE directory
Expand Down

0 comments on commit d92aba2

Please sign in to comment.