Skip to content

Commit

Permalink
Reproduce without extra build_type
Browse files Browse the repository at this point in the history
  • Loading branch information
BobIsOnFire committed Oct 16, 2023
1 parent b02b832 commit ddd56eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ conan list '*:*#*'
conan install --requires=boost/1.82.0 --build=missing --build='b2/*'
conan list '*:*#*'

# Try different build_type -- get the same error as in first run (as if our version of b2 doesn't exist)
conan install --requires=boost/1.82.0 -s build_type=Debug --build=missing || echo "!!! (rc=$?) Build should have succeeded, but it failed"
# Force-build boost -- get the same error as in first run (as if our version of b2 doesn't exist)
conan install --requires=boost/1.82.0 --build='boost/*' || echo "!!! (rc=$?) Build should have succeeded, but it failed"
conan list '*:*#*'

0 comments on commit ddd56eb

Please sign in to comment.