We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5221a commit afb7478Copy full SHA for afb7478
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2020, 2023, Oracle Corporation and/or its affiliates.
+# Copyright 2020, 2024, Oracle Corporation and/or its affiliates.
2
#
3
# Licensed under the Universal Permissive License v 1.0 as shown at
4
# https://oss.oracle.com/licenses/upl.
@@ -68,9 +68,7 @@ jobs:
68
- name: Build
69
run: |
70
. ./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
+ ant -f prj/build.xml -Dextra="-Wno-error" clean build
74
75
# Run unit tests
76
- name: Unit tests
0 commit comments