Skip to content

Commit

Permalink
Bump to version 23.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cniweb committed Nov 30, 2023
1 parent 60b28df commit b887ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN set -x \
# Compile from source code.
&& git clone --recursive https://github.com/JayDDee/cpuminer-opt.git /tmp/cpuminer \
&& cd /tmp/cpuminer \
&& git checkout v23.9 \
&& git checkout v23.15 \
&& ./autogen.sh \
&& extracflags="$extracflags -Ofast -flto -fuse-linker-plugin -ftree-loop-if-convert-stores" \
&& CFLAGS="-O3 -march=native -Wall" ./configure --with-curl \
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version="23.9"
version="23.15"
image="cpuminer-opt"
docker build . --tag docker.io/cniweb/$image:$version
docker tag docker.io/cniweb/$image:$version docker.io/cniweb/$image:latest
Expand Down

0 comments on commit b887ea8

Please sign in to comment.