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 f8b5d69 commit 592cbadCopy full SHA for 592cbad
python/graphscope/gsctl/scripts/install_deps.sh
@@ -719,6 +719,8 @@ install_hiactor() {
719
-DHiactor_CXX_DIALECT=gnu++17 -DSeastar_CXX_FLAGS="-DSEASTAR_DEFAULT_ALLOCATOR -mno-avx512" ..
720
make -j$(nproc) && make install
721
popd && rm -rf "${tempdir}/hiactor"
722
+ # install seastar requires sudo permission, we need to change the owner to current user
723
+ ${SUDO} chown -R $(id -u):$(id -g) ${install_prefix}
724
}
725
726
0 commit comments