Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INF-3402: Added aix71 label back now that build host is prepared #1256

Merged
merged 2 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build-scripts/exotics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PACKAGES_x86_64_linux_suse_15

PACKAGES_ia64_hpux_11.23
PACKAGES_ppc64_aix_53
PACKAGES_ppc64_aix_71
PACKAGES_sparc64_solaris_10
PACKAGES_sparc64_solaris_11
PACKAGES_x86_64_solaris_10
4 changes: 3 additions & 1 deletion build-scripts/functions
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ export_variables ()
case $UNAME_S in
AIX)
# We need to use GCC6 on new AIX 7 VMs (AIX 5 doesn't have the folder).
PATH="/opt/freeware/gcc6/bin/:$PATH" ;;
PATH="/opt/freeware/gcc6/bin/:$PATH"
# We need to use /opt/freeware/bin first, for e.g. wget and newer perl 5.34 on aix 7.1
PATH="/opt/freeware/bin:$PATH" ;;
SunOS)
# Currently we rely strongly on OpenCSW packages.
PATH="/opt/csw/bin:/usr/xpg4/bin:$PATH" ;;
Expand Down
1 change: 1 addition & 0 deletions build-scripts/labels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ PACKAGES_i386_mingw
PACKAGES_x86_64_mingw

PACKAGES_ia64_hpux_11.23
PACKAGES_ppc64_aix_71
PACKAGES_sparc64_solaris_11
Loading