Skip to content

Commit 2f6901d

Browse files
committed
fix
Committed-by: xiaolei.zl from Dev container
1 parent 89efa9d commit 2f6901d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/graphscope/gsctl/scripts/install_deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ install_hiactor() {
719719
-DHiactor_CXX_DIALECT=gnu++17 -DSeastar_CXX_FLAGS="-DSEASTAR_DEFAULT_ALLOCATOR -mno-avx512" ..
720720
make -j$(nproc) && make install
721721
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}
722724
}
723725

724726

0 commit comments

Comments
 (0)