代码拉取完成,页面将自动刷新
同步操作将从 方舟编译器孵化器/maple_engine 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#!/bin/echo This script should be sourced in a shell. Execute command: source
#
# Copyright (C) [2020] Futurewei Technologies, Inc. All rights reverved.
#
# Licensed under the Mulan Permissive Software License v2.
# You can use this software according to the terms and conditions of the MulanPSL - 2.0.
# You may obtain a copy of MulanPSL - 2.0 at:
#
# https://opensource.org/licenses/MulanPSL-2.0
#
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR
# FIT FOR A PARTICULAR PURPOSE.
# See the MulanPSL - 2.0 for more details.
#
if [ "${BASH_SOURCE[0]}" -ef "$0" ]; then
echo "This script should be sourced in a bash shell, not executed directly"
exit 1
fi
export MAPLE_ROOT=$(dirname ${BASH_SOURCE[0]})
if [[ ${MAPLE_ROOT::1} != / ]]; then
export MAPLE_ROOT="$(pwd)/$MAPLE_ROOT"
fi
export MAPLE_COMPILER_ROOT="$MAPLE_ROOT/../mapleall"
export MAPLE_ENGINE_ROOT="$MAPLE_ROOT/maple_engine"
export MAPLE_RUNTIME_ROOT="$MAPLE_ROOT/maple_runtime"
export MAPLE_BUILD_ROOT="$MAPLE_ROOT/maple_build"
export MAPLE_BUILD_TOOLS="$MAPLE_BUILD_ROOT/tools"
export MAPLE_DEBUGGER_ROOT="$MAPLE_ROOT/maple_debugger"
export MAPLE_DEBUGGER_TOOLS="$MAPLE_DEBUGGER_ROOT/tools"
export MAPLE_TARGET_ARCH="x86_64"
export MAPLE_DEBUGGER_LIBCORE="$MAPLE_BUILD_ROOT/out/$MAPLE_TARGET_ARCH"
export JAVA_CORE_LIB="libcore"
export JAVA_CORE_SRC="$HOME/my_openjdk8"
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
if [[ $MAPLE_COMPILER_ROOT =~ [[:space:]]+ ]]; then
export MAPLE_COMPILER_ROOT="$HOME/tmp/mapleall"
echo "MAPLE_COMPILER_ROOT is set to $MAPLE_COMPILER_ROOT"
elif [ ! -d "$JAVA_HOME" ]; then
echo "Error: directory $JAVA_HOME not found"
echo "Please install the openjdk-8-jdk-headless package"
export MAPLE_ROOT=
fi
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。