We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbba810 commit 0153502Copy full SHA for 0153502
tools/ci.sh
@@ -676,7 +676,8 @@ function ci_unix_32bit_setup {
676
sudo apt-get update
677
GCC_VER=$(echo __GNUC__ | gcc -P -E -)
678
sudo apt-get install gcc-multilib g++-multilib libffi-dev:i386 python2.7
679
- ci_gcc_plugin_setup_helper i686-linux-gnu
+ GCC_VER=$(echo __GNUC__ | gcc -P -E -)
680
+ sudo apt-get install gcc-${GCC_VER}-plugin-dev
681
sudo pip3 install setuptools
682
sudo pip3 install pyelftools
683
sudo pip3 install ar
0 commit comments