Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test certificate #2

Open
wants to merge 336 commits into
base: master
Choose a base branch
from
Open

Test certificate #2

wants to merge 336 commits into from

Conversation

sophia-guo
Copy link
Owner

No description provided.

eclipse-temurin-bot and others added 30 commits April 6, 2022 11:32
)

* Auto-detect TARGET_OS for mac in make-adopt-build-farm.sh

Signed-off-by: Stewart X Addison <sxa@redhat.com>
Signed-off-by: Stewart X Addison <sxa@redhat.com>
…h xlinux (adoptium#2895)

Signed-off-by: Stewart X Addison <sxa@redhat.com>
* macos bootjdks can all be found in a jdk-* directory

* Add reasoning comment

Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>

Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
Signed-off-by: Stewart X Addison <sxa@redhat.com>
…optium#2915)

* doc: RELEASING.md: linux-new, docker, homebrew, OpenJ9 collapsing
Update releasing guide with information on how to run the
processes for releasing to our Linux rpm/dev artifactory
repository, our repository on macos homebrew, and dockerhub.

The PR also collapses the sections on the process for OpenJ9
since we no longer ship OpenJ9 at Adoptium (the information
was part of the process for releasing OpenJ9 at AdopOpenJDK)
* cacerts: pull in updated certs from Mozilla

* cacerts: pull in updated certs from Mozilla
* update website PR links in RELEASING.md

Now that we've changed repos this needs updating

* Update RELEASING.md
* Update compiler version for jdk11+ on AIX.

* Remove support for jdk12 (requires xlc 13)
Windows build fixed to be able to compile
openssl on the fly rather than using system
pre-compiled binaries.

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
* fix: evn WORKSPACE is not set for non-Jenkins env.

* fix: path
* Force use for Dragonwell 8 boot JDK for building itself

Signed-off-by: Stewart X Addison <sxa@redhat.com>
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
* fix: Config git to fix issue with checkout action with safe.directory
and disable shellcheck

	- actions/checkout#760
	- feat: disable SC on GH action workflows
	  - SC2006:style:2:21: Use $(...) notation instead of legacy backticks `...`
	  - SC2086:info:2:48: Double quote to prevent globbing and word splitting

* fix: remove SC disble but add .github/workflows into
FILTER_REGEX_EXCLUDE

	- dont think .github/linters/.jscpd.json works

* fix: linter

* Revert "fix: remove SC disble but add .github/workflows into"

This reverts commit 3545f3f.

* fix: more linter

* fix: change to use linux path than windows path in ubuntu container

* fix: upgrade to v3 fixed is in v3.0.2

-
https://github.com/actions/checkout/blob/2541b1294d2704b0964813337f33b291d3f8596b/CHANGELOG.md#v302

* fix: trying with a solution for cygwin

	- ref: actions/checkout#767
	- ref2: https://github.com/me-and/Cygwin-Git/actions/runs/2307847122/workflow

* fix: Config git to fix issue with checkout action with safe.directory
and disable shellcheck

	- actions/checkout#760
	- feat: disable SC on GH action workflows
	  - SC2006:style:2:21: Use $(...) notation instead of legacy backticks `...`
	  - SC2086:info:2:48: Double quote to prevent globbing and word splitting

* fix: remove SC disble but add .github/workflows into
FILTER_REGEX_EXCLUDE

	- dont think .github/linters/.jscpd.json works

* fix: linter

* Revert "fix: remove SC disble but add .github/workflows into"

This reverts commit 3545f3f.

* fix: more linter

* fix: change to use linux path than windows path in ubuntu container

* fix: upgrade to v3 fixed is in v3.0.2

-
https://github.com/actions/checkout/blob/2541b1294d2704b0964813337f33b291d3f8596b/CHANGELOG.md#v302

* fix: trying with a solution for cygwin

	- ref: actions/checkout#767
	- ref2: https://github.com/me-and/Cygwin-Git/actions/runs/2307847122/workflow

* fix: syntax for pwsh

* fix: mark run to use pwsh
Also fix inconsistent check for openj9 variant.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
…ces archive (adoptium#2931)

Update if clauses in CreateSourceArchive to remove grep for temurin, as this wasn't updated when default platform was switched to hotspot.
* feat: fix ant build on Windows with special path convert

* fix: linter

* fix: classpath on Windows

* fix: handle for classpath convert from cygwin to windows

* fix: variable value and force for windows

* fix: more debug error in sbom.json when write from temurin-gen-sbom.jar

- " java.io.FileNotFoundException:
\cygdrive\e\jenkins\tmp\workspace\target\metadata\sbom.json (The system
cannot find the path specified)"

* update: simplify way of convert classpath

* fix: linter

* Revert "update: simplify way of convert classpath"

This reverts commit b5cefbe.

* debug: more debug

* debug: change path slash

* Revert "debug: change path slash"

This reverts commit 3405d48.

* debug: more

* debug: enable verbose

* fix: ant warning and fix syntax

* debug: trace back to if bom or genbom get null

* debug + fix

* debug: more

* debug:

* fix: add missing github-pakcage-url.jar in classpath

* cleanup code and fix linter
* add alpine jdk8u to build action

* Update build.yml

* Update build.yml

* Update build.yml
* chore: update docs for new tag name

* Update RELEASING.md

Co-authored-by: George Adams <george.adams@microsoft.com>

Co-authored-by: George Adams <george.adams@microsoft.com>
dependabot bot and others added 16 commits June 3, 2023 10:20
…3380)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@0225834...83f0fe6)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* cacerts: pull in updated certs from Mozilla

* Update VerifyCACertsTest.java

Update smoke test to match new certs

* Update VerifyCACertsTest.java

---------

Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
Adding an equals sign that needs to be present to make this a
valid argument.

Signed-off-by: Adam Farley <adfarley@redhat.com>
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@0776a67...9fcb2c2)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e5e7e5...c85c95e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#3387)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.6 to 2.13.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@83f0fe6...cdcdbb5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…mit (adoptium#3386)

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
* Use updated static libs target

Upstream OpenJDK changed what the static-libs image means. It includes
a static version of libjvm.a with JDK 22+. Therefore, in order to get
a version without libjvm.a, static-libs-graal-image target is being
used instead.

Closes: adoptium#3339

* Use feature number for folder setting of static-libs
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
* Ensure deterministic cacert ALIAS name

Signed-off-by: Andrew Leonard <anleonar@redhat.com>

* Ensure deterministic cacert ALIAS name

Signed-off-by: Andrew Leonard <anleonar@redhat.com>

---------

Signed-off-by: Andrew Leonard <anleonar@redhat.com>
Signed-off-by: Stewart X Addison <sxa@redhat.com>
Copy compared jdks as jdk tools
Update mkdir with -p
Update some unzip command to turn off the verbose output

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Set OS=Darwin instead of using 'uname' as the compare job only runs on
linux

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@github-actions
Copy link

Thank you for creating a pull request!
If you have not done so already, please familiarise yourself with our Contributing Guidelines and FAQ, even if you have contributed to the Adoptium project before. GitHub actions will now run a set of jobs against your PR that will lint and unit test your changes. Keep an eye out for the results from these on the latest commit you submitted. For more information, please see our testing documentation.

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.