diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index aa42787d2ca..01e3444c6bf 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -121,6 +121,7 @@ jobs: - name: 'Configure' run: > + gcc -v && bash configure --with-conf-name=${{ inputs.platform }} ${{ matrix.flags }} @@ -130,7 +131,6 @@ jobs: --with-jtreg=${{ steps.jtreg.outputs.path }} --enable-jtreg-failure-handler --with-zlib=system - --disable-warnings-as-errors ${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || ( echo "Dumping config.log:" && cat config.log && diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac97e5997fa..ccfed912234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,10 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # +### + ### test + ### + name: 'Dragonwell GHA Sanity Checks' on: diff --git a/make.sh b/make.sh index 7996403edce..ffb8d9db4f9 100755 --- a/make.sh +++ b/make.sh @@ -6,7 +6,7 @@ if [ $# != 1 ]; then fi # incr by every Dragonwell release -DRAGONWELL_VERSION=25 +DRAGONWELL_VERSION=26 LC_ALL=C BUILD_MODE=$1 arch=$(uname -m) diff --git a/version.txt b/version.txt index 89676797253..4de89ae7e58 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -11.0.28.25.6-GA \ No newline at end of file +11.0.29.26.7-GA \ No newline at end of file