2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-20 14:42:14 +00:00

Can't do x86/32 compiles on Ubuntu.

This commit is contained in:
Rene Rivera
2022-04-28 08:50:11 -05:00
parent d263ba035d
commit 3356fc06ce

View File

@@ -149,10 +149,10 @@ stages:
B2_ARGS: "architecture=x86 address-model=64",
TOOLSET: "clang-${{variables.clang_latest}}", PACKAGES: "clang-${{variables.clang_latest}}",
LLVM_OS: "${{variables.linux_latest_os}}", LLVM_VER: "${{variables.clang_latest}}", VM_IMAGE: "${{variables.linux_latest_vm}}"}
Clang ${{variables.clang_latest}} x86/32: {
B2_ARGS: "architecture=x86 address-model=32",
TOOLSET: "clang-${{variables.clang_latest}}", PACKAGES: "clang-${{variables.clang_latest}}",
LLVM_OS: "${{variables.linux_latest_os}}", LLVM_VER: "${{variables.clang_latest}}", VM_IMAGE: "${{variables.linux_latest_vm}}"}
# Clang ${{variables.clang_latest}} x86/32: {
# B2_ARGS: "architecture=x86 address-model=32",
# TOOLSET: "clang-${{variables.clang_latest}}", PACKAGES: "clang-${{variables.clang_latest}}",
# LLVM_OS: "${{variables.linux_latest_os}}", LLVM_VER: "${{variables.clang_latest}}", VM_IMAGE: "${{variables.linux_latest_vm}}"}
pool:
vmImage: $(VM_IMAGE)
steps: