Skip to content

Commit

Permalink
Upgrade build dependencies
Browse files Browse the repository at this point in the history
- Upgrade libplist to 2.3.0
- Upgrade openssl to 3.3.1
= Upgrade sccache to 0.8.1
- Upgrade tre to latest commit
  • Loading branch information
TheRealKeto committed Aug 18, 2024
1 parent 3aae4f6 commit 5993fcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ on:
- created

env:
LIBPLIST_VERSION: 2.2.0
OPENSSL_VERSION: 3.0.5
SCCACHE_VERSION: 0.3.0
TRE_COMMIT: b4dcf71e274aa2ad6a4d879d366eb20826adfecc
LIBPLIST_VERSION: 2.3.0
OPENSSL_VERSION: 3.3.1
SCCACHE_VERSION: 0.8.1
TRE_COMMIT: 98fd7804256763da06c6c8b13a7918eb7611bf4b
MMAN_COMMIT: 2d1c576e62b99e85d99407e1a88794c6e44c3310

jobs:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
./configure --host=${TRIPLE} --prefix=/usr --without-cython --enable-static --disable-shared
make -j$(nproc)
echo "CXXFLAGS=${CXXFLAGS} -I${DEP_PATH}/tre-${TRE_COMMIT}/include/tre" >> $GITHUB_ENV
echo "CXXFLAGS=${CXXFLAGS} -DUSE_LOCAL_TRE_H -I${DEP_PATH}/tre-${TRE_COMMIT}/local_includes" >> $GITHUB_ENV
echo "LIBS=${LIBS} ${DEP_PATH}/tre-${TRE_COMMIT}/lib/.libs/libtre.a" >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit 5993fcf

Please sign in to comment.