Skip to content

Commit

Permalink
fixup for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Nov 9, 2023
1 parent 94bf26b commit da79427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dash/build_src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BITCOIN_CONFIG_ALL="--disable-dependency-tracking --prefix=$DEPENDS_DIR/$HOST --
( test -n "$CONFIG_SHELL" && eval '"$CONFIG_SHELL" -c "./autogen.sh"' ) || ./autogen.sh

rm -rf "${BASE_BUILD_DIR}"
mkdir -p "${BASE_BUILD_DIR}"
mkdir "${BASE_BUILD_DIR}"
cd "${BASE_BUILD_DIR}"

"${BASE_ROOT_DIR}"/configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
Expand Down
2 changes: 2 additions & 0 deletions ci/test/04_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
${CI_RETRY_EXE} pip3 install $PIP_PACKAGES
fi

mkdir -p "${BASE_SCRATCH_DIR}"

# Create folders that are mounted into the docker
mkdir -p "${CCACHE_DIR}"
mkdir -p "${PREVIOUS_RELEASES_DIR}"
Expand Down

0 comments on commit da79427

Please sign in to comment.