Changeset 38179


Ignore:
Timestamp:
2023-09-19T20:19:01+12:00 (7 months ago)
Author:
anupama
Message:

Committing local change from 32 bit linux lsb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/snapshot/trunk/environment.pl

    r38137 r38179  
    2121    $ENV{'LD_LIBRARY_PATH'} = "$ENV{'JAVA_HOME'}/jre/lib/i386/jli:$home_dir/packages/subversion/linux/lib:$ENV{'LD_LIBRARY_PATH'}";
    2222    # to force openssl to be 32 bit (otherwise it will test the machine, and be 64 bit)
     23    $ENV{'x32'}="true";
    2324    $ENV{'GS_OPENSSL_HOST'} = "linux-generic32";
    2425    } else {
Note: See TracChangeset for help on using the changeset viewer.