mirror of
https://github.com/codex-storage/constantine.git
synced 2025-01-12 03:54:14 +00:00
Add gcc -m32 to path in Azure
This commit is contained in:
parent
42e05af698
commit
9976ac70bf
@ -139,6 +139,9 @@ steps:
|
||||
EOF
|
||||
chmod 755 bin/gcc
|
||||
chmod 755 bin/g++
|
||||
|
||||
# Add to path
|
||||
echo '##vso[task.prependpath]$(System.DefaultWorkingDirectory)/bin'
|
||||
displayName: 'Install dependencies (i386 Linux)'
|
||||
condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['CPU'], 'i686'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user