Skip to content

Commit

Permalink
Revert "ansible: temporarily patch libstdc++ header on s390x" (#3736)
Browse files Browse the repository at this point in the history
This reverts commit 9c149d0.

`gcc-toolset-12` now includes the fix we were temporarily patching for.

Refs: #3659 (comment)
Refs: nodeshift/v8-build#7
  • Loading branch information
richardlau authored May 30, 2024
1 parent 3d6986a commit bec735f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
57 changes: 0 additions & 57 deletions ansible/roles/build-test-v8/files/gcc-bug-113960.patch

This file was deleted.

10 changes: 1 addition & 9 deletions ansible/roles/build-test-v8/tasks/partials/rhel8-s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Older V8 builds still require Python 2.
- name: install packages required to build V8
ansible.builtin.dnf:
name: ['GConf2-devel', 'python2', 'python2-pip', 'patch']
name: ['GConf2-devel', 'python2', 'python2-pip']
state: present
notify: package updated

Expand All @@ -28,11 +28,3 @@
executable: pip-3
name: ['httplib2', 'six']
state: present

- name: temporary patch for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113960
ansible.posix.patch:
basedir: /opt/rh/gcc-toolset-12/root/
ignore_whitespace: true
src: gcc-bug-113960.patch
strip: 1
become: true

0 comments on commit bec735f

Please sign in to comment.