Skip to content

Commit

Permalink
remove some workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 23, 2024
1 parent 762f540 commit b893b68
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.
8 changes: 0 additions & 8 deletions jq
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,3 @@ PKG_LIBS="-L$BREWDIR/lib -ljq -lonig"
# Cleanup
echo "rm -Rf .deps" >> cleanup
chmod +x cleanup

# Disable purling on oldrel due to https://github.com/yihui/knitr/issues/2338
if [ "${R_VERSION:0:3}" = "4.3" ]; then
for file in vignettes/*.Rmd; do
sed -i '' '/```/,$d' $file || true
touch inst/doc/* || true
done
fi
7 changes: 0 additions & 7 deletions libgit2
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,3 @@ done
echo "rm -Rf .deps" >> cleanup
chmod +x cleanup

# Disable purling on oldrel due to https://github.com/yihui/knitr/issues/2338
if [ "${R_VERSION:0:3}" = "4.3" ]; then
for file in vignettes/*.Rmd; do
sed -i '' '/```/,$d' $file || true
touch inst/doc/* || true
done
fi
8 changes: 0 additions & 8 deletions mariadb-connector-c
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,3 @@ PKG_LIBS="$PKG_LIBS $(krb5-config --libs)"
# Cleanup
echo "rm -Rf .deps" >> cleanup
chmod +x cleanup

# Disable purling on oldrel due to https://github.com/yihui/knitr/issues/2338
if [ "${R_VERSION:0:3}" = "4.3" ]; then
for file in vignettes/*.Rmd; do
sed -i '' '/```/,$d' $file || true
touch inst/doc/* || true
done
fi
8 changes: 0 additions & 8 deletions v8
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,4 @@ PKG_CFLAGS="-I$BREWDIR/include -DV8_COMPRESS_POINTERS -DV8_ENABLE_SANDBOX"
# Skip pointer-compression and sandbox feature tests
sed -e "s|@cflags@|$PKG_CFLAGS|" -e "s|@libs@|$PKG_LIBS|" -e "s|CXX11|CXX20|" src/Makevars.in > src/Makevars

# Disable purling on oldrel due to https://github.com/yihui/knitr/issues/2338
if [ "${R_VERSION:0:3}" = "4.3" ]; then
for file in vignettes/*.Rmd; do
sed -i '' '/```/,$d' $file || true
touch inst/doc/* || true
done
fi

exit 0

0 comments on commit b893b68

Please sign in to comment.