File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if [ ! -d "${HOME}/libxsmm" ]; then
3535fi
3636cd " ${HOME} /libxsmm"
3737git fetch
38- git checkout 6e6e718566679c73e248902e68f02683feca1885
38+ git checkout 488aa88f2a9825e9f92a0cfc773c1aedf019f88a
3939make -j
4040cd ..
4141
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -ex ; \
5555 git-archive-all \
5656 ;
5757
58- ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
58+ ARG libxsmm_version=488aa88f2a9825e9f92a0cfc773c1aedf019f88a
5959
6060RUN set -ex ; \
6161 curl -LsS https://github.com/libxsmm/libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN set -ex ; \
4646 git-archive-all \
4747 ;
4848
49- ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
49+ ARG libxsmm_version=488aa88f2a9825e9f92a0cfc773c1aedf019f88a
5050
5151RUN set -ex ; \
5252 curl -LsS https://github.com/libxsmm/libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
You can’t perform that action at this time.
0 commit comments