Skip to content

Commit

Permalink
Update Apache Traffic Server to 9.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zrhoffman committed Jun 4, 2024
1 parent 9df7d8a commit 9842165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ATS_VERSION=9.1.2
ATS_VERSION=9.2.4
GO_VERSION=1.22.3
4 changes: 4 additions & 0 deletions .github/containers/trafficserver-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ RUN set -o errexit -o nounset -o xtrace; \
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ \
libexecinfo-dev; \
cd $dirname; \
# Fix is from https://github.com/apache/trafficserver-ingress-controller/pull/151
sed -i 's/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/' \
include/tscore/ink_rwlock.h \
include/tscpp/util/TsSharedMutex.h; \
./configure \
--disable-tests \
--enable-experimental-plugins \
Expand Down

0 comments on commit 9842165

Please sign in to comment.