Skip to content

Commit 005a7e8

Browse files
committed
[REMOVE] Test native rebuild and pushing
1 parent a6cfaee commit 005a7e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ pipeline {
306306
fi
307307
if [[ -n "$signerUrl" ]]; then
308308
echo "Sign ${PLATFORM} libraries"
309-
if [[ "${BRANCH_NAME}" == master ]] || [[ "${BRANCH_NAME}" =~ R[0-9]+_[0-9]+(_[0-9]+)?_maintenance ]]; then
309+
if [[ "${BRANCH_NAME}" == refine-binaries-build-commit-check ]] || [[ "${BRANCH_NAME}" =~ R[0-9]+_[0-9]+(_[0-9]+)?_maintenance ]]; then
310310
for file in *.${binariesExtension}; do
311311
mv $file unsigned-$file
312312
curl --fail --form "file=@unsigned-$file" --output "$file" "$signerUrl"
@@ -383,7 +383,7 @@ pipeline {
383383
dir('eclipse.platform.swt') {
384384
sh """
385385
# Check for the master-branch as late as possible to have as much of the same behavior as possible
386-
if [[ '${BRANCH_NAME}' == master ]] || [[ '${BRANCH_NAME}' =~ R[0-9]+_[0-9]+(_[0-9]+)?_maintenance ]]; then
386+
if [[ '${BRANCH_NAME}' == refine-binaries-build-commit-check ]] || [[ '${BRANCH_NAME}' =~ R[0-9]+_[0-9]+(_[0-9]+)?_maintenance ]]; then
387387
if [[ ${params.skipCommit} != true ]]; then
388388
389389
# Don't rebase and just fail in case another commit has been pushed to the master/maintenance branch in the meantime

bundles/org.eclipse.swt/Eclipse SWT/common/library/callback.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#ifndef CALLBACK_NATIVE
2222
#define CALLBACK_NATIVE(func) Java_org_eclipse_swt_internal_Callback_##func
2323
#endif
24+
// Dummy change
2425

2526
/* define this to print out debug statements */
2627
/* #define DEBUG_CALL_PRINTS */

0 commit comments

Comments
 (0)