Skip to content

Commit

Permalink
Remove redundant parts from GH Actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Apr 24, 2021
1 parent a9b063c commit 5e09ee5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: build

# TODO:
#
# Fix: MacOS executables are currently dynamically linked to non-universal dylibs:
# * /usr/local/opt/icu4c/lib/libicudata.68.dylib
# * /usr/local/opt/icu4c/lib/libicui18n.68.dylib
# * /usr/local/opt/icu4c/lib/libicuuc.68.dylib
# (and consider temporarily restricting the build to cath-resolve-hits for that)
#
# * UBSan/ASan (currently blocked by Conan failing with Boost Locale under ubasan; consider dropping Boost Log (which pulls in Locale))
# * Windows?

Expand Down Expand Up @@ -101,12 +95,6 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}/build

- name: Check Mac dylib dependencies
if: matrix.os == 'macos-10.15'
run:
otool -L ${GITHUB_WORKSPACE}/build/bin/*
shell: bash

##################### PUBLISH #####################

- name: Move executables to add OS suffix to their names
Expand Down

0 comments on commit 5e09ee5

Please sign in to comment.