Skip to content

Tags: adoptium/temurin-build

Tags

v2023.01.03

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: inaccurate value "using docker" in sbom (#3045)

* fix: inaccurate value for if using docker image in sbom
	generated content of docker.txt by get env variable:BUILDIMAGESHA passed from "doccker run"
* fix: set default to "N.A" if no env.variable BUILDIMAGESHA passed from docker
* fix: add check if cyclonedbx existing

v2023.01.02

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: fix smoke cacert test expected number (#3213)

* GH: add changes in security folder for testing
- if cacerts is changed we need to test it too
* test: fix expected cacert number

v2023.01.01

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CA Certs (#3204)

* cacerts: pull in updated certs from Mozilla

* Update test to expected number of CAs

Co-authored-by: Tim Ellison <[email protected]>

v2023.01.beforereleasetest

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
switch freetype to clone source from GitHub (#3188)

* switch freetype to clone source from GitHub

* remove duplicate cd

* add autogen step for freetype:

* install automake

* remove existing dir if it exists

* remove FREETYPE_LIB_CHECKSUM

* pin freetype version using shasum

v0.0.1

test build with buildReference

april-psu

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CONTRIBUTING.md

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update build pipeline clean workspace to delete hidden files (#2460)

Signed-off-by: Andrew Leonard <[email protected]>

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #567 from AdoptOpenJDK/new_build_scripts

Bring in new build scripts to master

v1.0.1

Force git clean to remove dirs with .git repos (#528)

- Git clean -fxd will not remove directories
  that contain a Git repository (.git folder).
- Adding a second force will remove these folders
- Ref https://git-scm.com/docs/git-clean#git-clean---force

Signed-off-by: Adam Brousseau <[email protected]>

v1.0.0

Add Win32 & x64_linux_largeHeap (#355)

* Add Win32 & LinuxLargeHeap

Signed-off-by: smlambert <[email protected]>

* Fix typo

Signed-off-by: smlambert <[email protected]>