Skip to content

Commit

Permalink
chore: Squash commits for 9.8.0 gold release
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Jun 19, 2024
1 parent 3e9ec64 commit b9e6d5e
Show file tree
Hide file tree
Showing 29 changed files with 1,107 additions and 252 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prebuild-gh_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
run: |
./vcpkg install \
--x-abi-tools-use-exact-versions \
--host-triplet=${{ matrix.triplet }} \
--triplet=${{ matrix.triplet }}
- name: Upload error logs
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/amazonlinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ RUN mkdir /hpcc-dev/build
RUN ./vcpkg install \
--x-abi-tools-use-exact-versions \
--x-install-root=/hpcc-dev/build/vcpkg_installed \
--host-triplet=x64-amazonlinux-dynamic \
--triplet=x64-amazonlinux-dynamic
# ./vcpkg install --x-abi-tools-use-exact-versions --triplet=x64-amazonlinux-dynamic --x-install-root=/hpcc-dev/build/vcpkg_installed

Expand Down
1 change: 1 addition & 0 deletions dockerfiles/centos-7.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ RUN mkdir /hpcc-dev/build
RUN ./vcpkg install \
--x-abi-tools-use-exact-versions \
--x-install-root=/hpcc-dev/build/vcpkg_installed \
--host-triplet=x64-centos-7-dynamic \
--triplet=x64-centos-7-dynamic
# ./vcpkg install --x-abi-tools-use-exact-versions --x-install-root=/hpcc-dev/build/vcpkg_installed --triplet=x64-centos-7-dynamic

Expand Down
1 change: 1 addition & 0 deletions dockerfiles/centos-8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN mkdir /hpcc-dev/build
RUN ./vcpkg install \
--x-abi-tools-use-exact-versions \
--x-install-root=/hpcc-dev/build/vcpkg_installed \
--host-triplet=x64-linux-dynamic \
--triplet=x64-linux-dynamic
# ./vcpkg install --x-abi-tools-use-exact-versions --x-install-root=/hpcc-dev/build/vcpkg_installed --triplet=x64-linux-dynamic

Expand Down
1 change: 1 addition & 0 deletions dockerfiles/rockylinux-8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN mkdir /hpcc-dev/build
RUN ./vcpkg install \
--x-abi-tools-use-exact-versions \
--x-install-root=/hpcc-dev/build/vcpkg_installed \
--host-triplet=x64-linux-dynamic \
--triplet=x64-linux-dynamic
# ./vcpkg install --x-abi-tools-use-exact-versions --x-install-root=/hpcc-dev/build/vcpkg_installed --triplet=x64-linux-dynamic

Expand Down
1 change: 1 addition & 0 deletions dockerfiles/ubuntu-20.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN mkdir /hpcc-dev/build
RUN ./vcpkg install \
--x-abi-tools-use-exact-versions \
--x-install-root=/hpcc-dev/build/vcpkg_installed \
--host-triplet=x64-linux-dynamic \
--triplet=x64-linux-dynamic
# ./vcpkg install --x-abi-tools-use-exact-versions --triplet=x64-linux-dynamic --x-install-root=/hpcc-dev/build/vcpkg_installed

Expand Down
3 changes: 2 additions & 1 deletion dockerfiles/ubuntu-22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ RUN mkdir /hpcc-dev/build
RUN ./vcpkg install \
--x-abi-tools-use-exact-versions \
--x-install-root=/hpcc-dev/build/vcpkg_installed \
--host-triplet=x64-linux-dynamic \
--triplet=x64-linux-dynamic
# ./vcpkg install --x-abi-tools-use-exact-versions --triplet=x64-linux-dynamic --x-install-root=/hpcc-dev/build/vcpkg_installed
# ./vcpkg install --x-abi-tools-use-exact-versions --host-triplet=x64-linux-dynamic --triplet=x64-linux-dynamic --x-install-root=/hpcc-dev/build/vcpkg_installed

RUN mkdir -p /hpcc-dev/tools/cmake
RUN cp -r $(dirname $(dirname `./vcpkg fetch cmake | tail -n 1`))/* /hpcc-dev/tools/cmake
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/ubuntu-24.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN mkdir /hpcc-dev/build
RUN ./vcpkg install \
--x-abi-tools-use-exact-versions \
--x-install-root=/hpcc-dev/build/vcpkg_installed \
--host-triplet=x64-linux-dynamic \
--triplet=x64-linux-dynamic
# ./vcpkg install --x-abi-tools-use-exact-versions --triplet=x64-linux-dynamic --x-install-root=/hpcc-dev/build/vcpkg_installed

Expand Down
20 changes: 0 additions & 20 deletions overlays/liblzma/add_support_ios.patch

This file was deleted.

20 changes: 0 additions & 20 deletions overlays/liblzma/build-tools.patch

This file was deleted.

12 changes: 0 additions & 12 deletions overlays/liblzma/fix_config_include.patch

This file was deleted.

86 changes: 0 additions & 86 deletions overlays/liblzma/portfile.cmake

This file was deleted.

9 changes: 0 additions & 9 deletions overlays/liblzma/usage

This file was deleted.

64 changes: 0 additions & 64 deletions overlays/liblzma/vcpkg-cmake-wrapper.cmake

This file was deleted.

23 changes: 0 additions & 23 deletions overlays/liblzma/vcpkg.json

This file was deleted.

17 changes: 0 additions & 17 deletions overlays/liblzma/win_output_name.patch

This file was deleted.

Loading

0 comments on commit b9e6d5e

Please sign in to comment.