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