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 602f47c commit 815d256Copy full SHA for 815d256
travis/entrypoint.sh
@@ -0,0 +1,9 @@
1
+#! /bin/bash
2
+
3
+# get a compiler that allows for using modern-ish C++ (>= 11) on a distro that doesn't normally support it
4
+# before you ask: yes, the binaries will work on CentOS 6 even without devtoolset (they somehow partially link C++
5
+# things statically while using others from the system...)
6
+# so, basically, it's magic!
7
+source /opt/rh/devtoolset-*/enable
8
9
+exec "$@"
0 commit comments