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 9d4329e commit d95b037Copy full SHA for d95b037
ci/install_dart_latest.sh
@@ -51,7 +51,7 @@ cd $CI_HOME
51
# Hack for dartpy installation
52
python_file=/usr/lib/python3/dist-packages/dartpy.cpython-310-x86_64-linux-gnu.so
53
if [ -f "$python_file" ]; then
54
-cp $python_file ${PREFIX}/$python_dist_dir
+sudo cp $python_file ${PREFIX}/$python_dist_dir
55
fi
56
57
else
ci/install_magnum.sh
@@ -14,6 +14,8 @@ PREFIX=${1:-$PREFIX}
14
DEPS_FOLDER=${2:-$DEPS_FOLDER}
15
SUDOCMD=${3:-$SUDOCMD}
16
17
+eval SUDOCMD="${SUDOCMD}"
18
+
19
unameOut="$(uname -s)"
20
case "${unameOut}" in
21
Linux*) machine=Linux;;
0 commit comments