Changeset 595b2cc for general


Ignore:
Timestamp:
08/27/2024 10:43:04 PM (3 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, trunk
Children:
91152c6
Parents:
c1fef61d
git-author:
Douglas R. Reno <renodr@…> (08/27/2024 10:08:10 PM)
git-committer:
Douglas R. Reno <renodr@…> (08/27/2024 10:43:04 PM)
Message:

gcc: remove the 'ulimit -s 32768' command to sync with LFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    rc1fef61d r595b2cc  
    198198
    199199
    200 <screen><userinput>ulimit -s 32768 &amp;&amp;
    201 make -k check</userinput></screen>
     200<screen><userinput>make -k check</userinput></screen>
    202201<!-- The command above may error out, so using && may prevent the summary
    203202to be run. -->
     
    279278    </para>
    280279
     280<!--
    281281    <para>
    282282      <command>ulimit -s 32768</command>: This command prevents several
    283283      tests from running out of stack space.
    284284    </para>
     285-->
    285286
    286287    <para>
Note: See TracChangeset for help on using the changeset viewer.