Skip to content

Commit c6a920c

Browse files
judovanagdams
andcommitted
Backport 58ff4ee8c4ec399528338b59eadea996110366a0
Co-authored-by: George Adams <[email protected]>
1 parent fad33c7 commit c6a920c

File tree

324 files changed

+162983
-6030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

324 files changed

+162983
-6030
lines changed

.github/workflows/freetype.vcxproj

Lines changed: 0 additions & 1733 deletions
This file was deleted.

.github/workflows/submit.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -731,13 +731,6 @@ jobs:
731731
with:
732732
path: jdk
733733

734-
- name: Checkout the FreeType source
735-
uses: actions/checkout@v4
736-
with:
737-
repository: "freetype/freetype"
738-
ref: VER-2-8-1
739-
path: freetype
740-
741734
- name: Restore boot JDK from cache
742735
id: bootjdk
743736
uses: actions/cache@v4
@@ -804,18 +797,11 @@ jobs:
804797
- name: Fix OpenJDK permissions
805798
run: bash -c "chmod -R 0777 jdk"
806799

807-
- name: Copy FreeType project file
808-
run: >
809-
Remove-Item "$env:GITHUB_WORKSPACE\freetype\builds\windows\vc2010\freetype.vcxproj" ;
810-
Copy-Item -Path "$env:GITHUB_WORKSPACE\jdk\.github\workflows\freetype.vcxproj"
811-
-Destination "$env:GITHUB_WORKSPACE\freetype\builds\windows\vc2010\freetype.vcxproj" ;
812-
813800
- name: Configure
814801
run: >
815802
$env:Path = "$HOME\cygwin\cygwin64\bin;$HOME\cygwin\cygwin64\bin;$env:Path" ;
816803
$env:Path = $env:Path -split ";" -match "C:\\Windows|PowerShell|cygwin" -join ";" ;
817804
$env:BOOT_JDK = cygpath "$HOME/bootjdk/$env:BOOT_JDK_VERSION" ;
818-
$env:FREETYPE_HOME = "$env:GITHUB_WORKSPACE\freetype" ;
819805
$env:JT_HOME = cygpath "$HOME/jtreg" ;
820806
& bash configure
821807
--with-toolchain-version=2017
@@ -824,7 +810,6 @@ jobs:
824810
--with-user-release-suffix="$env:GITHUB_ACTOR-$env:GITHUB_SHA"
825811
--with-build-number=b00
826812
--with-boot-jdk="$env:BOOT_JDK"
827-
--with-freetype-src="$env:FREETYPE_HOME"
828813
--with-jtreg="$env:JT_HOME" ;
829814
bash -c "cat $(find -name config.log)"
830815
working-directory: jdk
@@ -916,13 +901,6 @@ jobs:
916901
with:
917902
path: jdk
918903

919-
- name: Checkout the FreeType source
920-
uses: actions/checkout@v4
921-
with:
922-
repository: "freetype/freetype"
923-
ref: VER-2-8-1
924-
path: freetype
925-
926904
- name: Restore boot JDK from cache
927905
id: bootjdk
928906
uses: actions/cache@v4
@@ -1000,18 +978,11 @@ jobs:
1000978
- name: Fix OpenJDK permissions
1001979
run: bash -c "chmod -R 0777 jdk"
1002980

1003-
- name: Copy FreeType project file
1004-
run: >
1005-
Remove-Item "$env:GITHUB_WORKSPACE\freetype\builds\windows\vc2010\freetype.vcxproj" ;
1006-
Copy-Item -Path "$env:GITHUB_WORKSPACE\jdk\.github\workflows\freetype.vcxproj"
1007-
-Destination "$env:GITHUB_WORKSPACE\freetype\builds\windows\vc2010\freetype.vcxproj" ;
1008-
1009981
- name: Configure
1010982
run: >
1011983
$env:Path = "$HOME\cygwin\cygwin64\bin;$HOME\cygwin\cygwin64\bin;$env:Path" ;
1012984
$env:Path = $env:Path -split ";" -match "C:\\Windows|PowerShell|cygwin" -join ";" ;
1013985
$env:BOOT_JDK = cygpath "$HOME/bootjdk/$env:BOOT_JDK_VERSION" ;
1014-
$env:FREETYPE_HOME = "$env:GITHUB_WORKSPACE\freetype" ;
1015986
$env:JT_HOME = cygpath "$HOME/jtreg" ;
1016987
& bash configure
1017988
--with-conf-name=windows-x86
@@ -1022,7 +993,6 @@ jobs:
1022993
--with-user-release-suffix="$env:GITHUB_ACTOR-$env:GITHUB_SHA"
1023994
--with-build-number=b00
1024995
--with-boot-jdk="$env:BOOT_JDK"
1025-
--with-freetype-src="$env:FREETYPE_HOME"
1026996
--with-jtreg="$env:JT_HOME" ;
1027997
bash -c "cat $(find -name config.log)"
1028998
working-directory: jdk

0 commit comments

Comments
 (0)