Skip to content

Commit 7966aee

Browse files
Merge #1369: ci: Print commit in Windows container
a7bec34 ci: Print commit in Windows container (Hennadii Stepanov) Pull request description: This PR is a follow-up to #1368 and adds the same functionality to Windows containers that is already available in Linux containers. See: #1368 (comment). ACKs for top commit: real-or-random: ACK a7bec34 seems to work: https://cirrus-ci.com/task/4919320090771456?logs=git_show#L2 Tree-SHA512: 0998e0f7231e3057a7e358a27b34071c73ca556973da20494db84fc67f2a72ad2fe582e59647a425ee41e7d9103a0a22fb3cdf0ace6fe0aed1d21f2f75c8ec53
2 parents 249c81e + a7bec34 commit 7966aee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,9 @@ task:
383383
# Ignore MSBuild warning MSB8029.
384384
# See: https://learn.microsoft.com/en-us/visualstudio/msbuild/errors/msb8029?view=vs-2022
385385
IgnoreWarnIntDirInTempDetected: 'true'
386+
git_show_script:
387+
# Print commit to allow reproducing the job outside of CI.
388+
- git show --no-patch
386389
configure_script:
387390
- '%x64_NATIVE_TOOLS%'
388391
- cmake -E env CFLAGS="/WX" cmake -G "Visual Studio 17 2022" -A x64 -S . -B build -DSECP256K1_ENABLE_MODULE_RECOVERY=ON -DSECP256K1_BUILD_EXAMPLES=ON

0 commit comments

Comments
 (0)