Skip to content

Commit

Permalink
[Remove]: remove a C++ compiler from the dependencies (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto authored Aug 3, 2024
1 parent 96064fd commit 092f2f4
Show file tree
Hide file tree
Showing 7 changed files with 1,163 additions and 5,652 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.os == 'almalinux:9'
run: |
dnf -y update
dnf install -y gcc gcc-c++ make bison flex automake autoconf diffutils gettext
dnf install -y gcc make bison flex automake autoconf diffutils gettext
# Setup JDK
- name: Setup JDK
Expand Down
5 changes: 0 additions & 5 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CSCOPE = @CSCOPE@
CTAGS = @CTAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
Expand Down Expand Up @@ -283,7 +279,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
Expand Down
Loading

0 comments on commit 092f2f4

Please sign in to comment.