Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Aug 27, 2024
1 parent 6adf867 commit 347a403
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:

jobs:
build-gae:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion python/graphscope/gsctl/commands/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def status(type):
)
@click.option(
"--v6d-version",
default=__v6d_version__,
default=f"v{__v6d_version__}",
show_default=True,
help="vineyard version",
)
Expand Down
4 changes: 2 additions & 2 deletions python/graphscope/gsctl/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,8 @@ write_env_config() {
echo "export OPENSSL_LIBRARIES=${homebrew_prefix}/opt/openssl/lib"
echo "export OPENSSL_SSL_LIBRARY=${homebrew_prefix}/opt/openssl/lib/libssl.dylib"
elif [[ "${OS_PLATFORM}" == *"CentOS"* || "${OS_PLATFORM}" == *"Aliyun"* ]]; then
if [[ "${OS_VERSION}" -eq "7" ]]; then
echo "source /opt/rh/devtoolset-8/enable"
if [[ "${OS_VERSION}" -eq "7" ]]; then
echo "source /opt/rh/devtoolset-8/enable"
echo "source /opt/rh/rh-python38/enable"
fi
echo "export OPENSSL_ROOT_DIR=${install_prefix}"
Expand Down

0 comments on commit 347a403

Please sign in to comment.