File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 66export DOCKER_IMAGE=' debian:testing-20250317-slim'
77export DOCKER_CONTENT_TRUST=' 1'
88
9- export CURL_VER_=' 8.12.1 '
10- export CURL_HASH=0341f1ed97a26c811abaebd37d62b833956792b7607ea3f15d001613c76de202
9+ export CURL_VER_=' 8.13.0 '
10+ export CURL_HASH=4a093979a3c2d02de2fbc00549a32771007f2e78032c6faa5ecd2f7a9e152025
1111# Create revision string
1212# NOTE: Set _REV to 1 after bumping CURL_VER_, then increment for each
1313# CI rebuild via `main` branch push (e.g. after bumping a dependency).
14- export _REV=" ${CW_REVISION:- 4 } "
14+ export _REV=" ${CW_REVISION:- 1 } "
1515
1616export TRURL_VER_=' 0.16'
1717export TRURL_HASH=2c26e3016f591f06234838bbe1dd4b165dce2c871c82ca6a32222d19696588d6
Original file line number Diff line number Diff line change @@ -216,9 +216,6 @@ _VER="$1"
216216
217217 # fast-track configuration
218218 if [ " ${_OS} " = ' win' ]; then
219- if [ " ${CURL_VER_} " = ' 8.12.1' ]; then
220- options+=' -DHAVE_STRTOK_R=1'
221- fi
222219 options+=' -DHAVE_FILE_OFFSET_BITS=1'
223220 fi
224221
You can’t perform that action at this time.
0 commit comments