Skip to content

Commit afb7478

Browse files
committed
COH-23272: cannot compile on Ubuntu 20 with GCC 9.3.0
[git-p4: depot-paths = "//dev/main.cpp/": change = 109807]
1 parent db5221a commit afb7478

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020, 2023, Oracle Corporation and/or its affiliates.
1+
# Copyright 2020, 2024, Oracle Corporation and/or its affiliates.
22
#
33
# Licensed under the Universal Permissive License v 1.0 as shown at
44
# https://oss.oracle.com/licenses/upl.
@@ -68,9 +68,7 @@ jobs:
6868
- name: Build
6969
run: |
7070
. ./bin/cfglocal.sh
71-
sed -i "s|-Werror|-Wno-error|g" prj/build-import.xml
72-
git diff
73-
ant -f prj/build.xml clean build
71+
ant -f prj/build.xml -Dextra="-Wno-error" clean build
7472
7573
# Run unit tests
7674
- name: Unit tests

0 commit comments

Comments
 (0)