File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -123,5 +123,4 @@ jobs:
123
123
fi
124
124
125
125
scp -P 2222 ${{github.workspace}}/scripts/qemu/run-build.sh cxltest@127.0.0.1:/home/cxltest
126
- scp -P 2222 ${{github.workspace}}/.github/scripts/install_hwloc.sh cxltest@127.0.0.1:/home/cxltest
127
126
ssh cxltest@127.0.0.1 -p 2222 -t "bash /home/cxltest/run-build.sh https://github.com/$CI_REPO ${{env.CI_BRANCH}}"
Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ repo=$1
10
10
branch=$2
11
11
12
12
echo password | sudo -Sk apt update
13
- echo password | sudo -Sk apt install -y git cmake gcc g++ numactl libnuma-dev libjemalloc-dev libtbb-dev
14
-
15
- # install packages required for building hwloc from source
16
- echo password | sudo -Sk apt install -y autoconf libtool
17
- source install_hwloc.sh
13
+ echo password | sudo -Sk apt install -y git cmake gcc g++ numactl libnuma-dev libhwloc-dev libjemalloc-dev libtbb-dev pkg-config
18
14
19
15
numactl -H
20
16
You can’t perform that action at this time.
0 commit comments