You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enable devtoolset-3 to make GCC 4.9 default
. /opt/rh/devtoolset-3/enable
# Build Gloo
cd gloo
mkdir -p build
cd build
cmake ../ -DBUILD_TEST=ON
make
# Run tests
./gloo/test/test