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

Bump dompurify from 3.2.3 to 3.2.4 in /src/texinfo/js in the npm group #151

Merged

Bump dompurify from 3.2.3 to 3.2.4 in /src/texinfo/js in the npm group

4b65274
Select commit
Loading
Failed to load commit list.
Merged

Bump dompurify from 3.2.3 to 3.2.4 in /src/texinfo/js in the npm group #151

Bump dompurify from 3.2.3 to 3.2.4 in /src/texinfo/js in the npm group
4b65274
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 3, 2025 in 5m 27s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #151 Bump dompurify from 3.2.3 to 3.2.4 in /src/texinfo/js in the npm group.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Compiler OS State
45.1 clang Linux passed
45.2 gcc Linux passed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Xenial)
Compiler Versions clang, gcc
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "before_install": [
    "sudo apt-get update"
  ],
  "install": [
    "sudo apt-get install autogen gobjc gobjc++ gobjc-multilib gobjc++-multilib libopts25 libopts25-dev texinfo flex flex-doc pax libcurses-perl dejagnu expect libexpect-perl guile-1.8 guile-1.8-dev guile-1.8-libs tcl-tclreadline m4 xutils-dev libgcj-common ecj-gcj gfortran gfortran-multilib gccgo gccgo-multilib libdmalloc-dev libdmalloc5 gnulib fastjar gcj-jre gcj-jdk autopoint gperf help2man libextutils-f77-perl texlive-base texlive-latex-base texlive-generic-recommended"
  ],
  "before_script": [
    "test -e ./.profile.d/.profile_generic && source ./.profile.d/.profile_generic"
  ],
  "script": [
    "cd src && ./configure --with-x --disable-werror --disable-opts-test --enable-64-bit-bfd --enable-silent-rules --with-system-zlib",
    "make configure-bfd",
    "make -C bfd headers",
    "if test ! -e bfd/bfd.h; then make -C bfd bfd.h; else stat bfd/bfd.h; fi",
    "if test -e autogen/Makefile; then make -C autogen; elif test -d autogen; then ls autogen/Makefile*; else echo \"skipping autogen\"; fi",
    "make -C bfd diststuff",
    "make all-cgen",
    "make all-libiberty",
    "make all-intl",
    "make all-electric-fence",
    "make all-etc",
    "make all-libdecnumber",
    "make all-mmalloc",
    "make configure-readline",
    "for dir in libtool_gnu sim utils tcl expect dejagnu itcl tk libgui; do if test -e ${dir}/configure; then make configure-${dir}; elif test -d ${dir}; then ls ${dir}/configure*; else echo \"skipping configuring in ${dir}\"; fi; done",
    "for dir in sim utils tcl expect dejagnu itcl tk libgui; do if test -e ${dir}/Makefile; then make -C ${dir}; elif test -d ${dir}; then ls ${dir}/Makefile*; else echo \"skipping ${dir}\"; fi; done",
    "make check-libiberty",
    "for dir in sim itcl; do if test -e ${dir}/Makefile; then make check-${dir} V=0 RUNTESTFLAGS=\"-v\"; elif test -d ${dir}; then ls ${dir}/Makefile*; else echo \"skipping testing ${dir}\"; fi; done"
  ],
  "compiler": [
    "clang",
    "gcc"
  ],
  "after_success": [
    "pwd"
  ],
  "after_failure": [
    "find . -name config.log | xargs cat | grep -i error | sort | uniq"
  ]
}