Fix precision problem (#29567)
* Fix a bug when running on an operating system without "bash." * add execution condition * for ci-coverage * get cpu information to check the precision problem * Update compilation environment for musl version * update dependencies * remove test code check cpu info remove test code review * update alpine and third_party denpendencies * add newline for ci Code formatrevert-31562-mean
parent
740c0d58c3
commit
08f24a3108
@ -1,9 +1,9 @@
|
||||
linux-headers=4.19.36-r0
|
||||
freetype-dev=2.10.0-r1
|
||||
libjpeg-turbo-dev=2.0.4-r1
|
||||
zlib-dev=1.2.11-r1
|
||||
lapack-dev=3.8.0-r1
|
||||
openblas-dev=0.3.6-r0
|
||||
openssl-dev=1.1.1g-r0
|
||||
libuv-dev=1.29.1-r0
|
||||
linux-headers
|
||||
freetype-dev
|
||||
libjpeg-turbo-dev
|
||||
zlib-dev
|
||||
lapack-dev
|
||||
openblas-dev
|
||||
openssl-dev
|
||||
libuv-dev
|
||||
graphviz
|
||||
|
Loading…
Reference in new issue