Skip to content

Commit

Permalink
Update to recent eclipse SDK for code cleanliness
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jan 29, 2024
1 parent dd54358 commit e1361cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-cleanliness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
libxml2-utils
- name: Install Eclipse SDK
run: |
curl -sL https://download.eclipse.org/eclipse/downloads/drops4/R-4.23-202203080310/eclipse-SDK-4.23-linux-gtk-x86_64.tar.gz | tar xz
curl -sL https://download.eclipse.org/eclipse/downloads/drops4/R-4.30-202312010110/eclipse-SDK-4.30-linux-gtk-x86_64.tar.gz | tar xz
- name: Run Check Code Cleanliness
run: ECLIPSE=$PWD/eclipse/eclipse ./releng/scripts/check_code_cleanliness_only.sh
- name: Run Bundle Versions Bumped
Expand Down
4 changes: 2 additions & 2 deletions releng/scripts/do_format_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ CDTDIR=${DIR}/../..
##
# Format code
##
: ${ECLIPSE:=~/buildtools/eclipse-SDK-4.23/eclipse}
: ${ECLIPSE:=~/buildtools/eclipse-SDK-4.30/eclipse}

if test ! -e "$ECLIPSE" ; then
echo "The Eclipse binary was not found at \"$ECLIPSE\"!"
echo "You can download it to and pass it via environment variable:"
echo " curl -L http://download.eclipse.org/eclipse/downloads/drops4/R-4.23-202203080310/eclipse-SDK-4.23-linux-gtk-x86_64.tar.gz | tar xzC /tmp"
echo " curl -L https://download.eclipse.org/eclipse/downloads/drops4/R-4.30-202312010110/eclipse-SDK-4.30-linux-gtk-x86_64.tar.gz | tar xzC /tmp"
echo " ECLIPSE=/tmp/eclipse/eclipse ./releng/scripts/check_code_cleanliness.sh"
exit 1
fi
Expand Down

0 comments on commit e1361cf

Please sign in to comment.