Skip to content

Commit e2aaa55

Browse files
committed
print toolchain
1 parent e7c18a1 commit e2aaa55

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

concordium-base

concordium-consensus/Setup.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ postConfHook args flags _ _ = do
3232

3333
-- Build and copy/symlink PLT scheduler project
3434
nodeRustLibraryWorkspace <- canonicalizePath nodeRustLibraryWorkspaceRelative
35+
withCurrentDirectory nodeRustLibraryWorkspace $ runCmd verbosity $ "rustup show active-toolchain"
3536
withCurrentDirectory nodeRustLibraryWorkspace $ runCmd verbosity $ "cargo build --release --locked -p node-rust-library"
3637
case buildOS of
3738
Windows -> do

scripts/distribution/windows/build-all.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ stack build
1313
if ($LASTEXITCODE -ne 0) { throw "Failed building consensus" }
1414

1515
Write-Output "Building node..."
16+
stack exec -- rustup show active-toolchain
1617
stack exec -- cargo build --manifest-path concordium-node\Cargo.toml --release --locked
1718
if ($LASTEXITCODE -ne 0) { throw "Failed building node" }
1819

0 commit comments

Comments
 (0)