Skip to content

Commit

Permalink
Merge pull request #1256 from craigcomstock/INF-3402-2/master
Browse files Browse the repository at this point in the history
INF-3402: Added aix71 label back now that build host is prepared
  • Loading branch information
craigcomstock committed Aug 22, 2023
2 parents 7f35909 + 0d7da18 commit d2d772b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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

0 comments on commit d2d772b

Please sign in to comment.