Skip to content

Commit b94e978

Browse files
committed
Install gcc-multilib for 32-bit compiles on Linux
1 parent 5391cc8 commit b94e978

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/azure-steps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ steps:
33
- bash: rustup target add $TARGET
44
displayName: Install Rust target
55

6+
- bash: sudo apt-get install gcc-multilib
7+
condition: eq( variables['Agent.OS'], 'Linux' )
8+
displayName: Install gcc-multilib
9+
610
- script: cargo build
711
displayName: "Normal build"
812
- bash: cargo test $NO_RUN -- --test-threads 1

0 commit comments

Comments
 (0)