Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Eclipse Platform Build
  • From: Vishnu Sarath <vishnu.sarath@xxxxxxxxxxx>
  • Date: Wed, 24 May 2023 07:48:57 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ashling.com; dmarc=pass action=none header.from=ashling.com; dkim=pass header.d=ashling.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=4NrsOOrFfeu6TndzeBfWIZFvOl/u0CIiIcFCC0H02PM=; b=iDX/LVqXWgBwdtqm6frPSbtVPMbeHbrOjCzMgWvV1Ov2D5pdQ7pc5ONXG6Sj/TtUnGhq8tcbYkWkK3VOiJahGHQKLOKyvbNPYjSmLIdK/G6IxiNv5nj5jmVxksbj1KR8XBEgboiCgj5hRJD52MUeG0SXxR55LveYvMHBBeiL+pX68hhRA2fLBuwi+XwuN7RTnMFlYqJNw7eFZ/CNs827ffvgMVNOOcwaqu11+0589jDRMv4yklEcUNEQwXWCc7MK/0y6joep/hC+6z4nKpR/JcO1g0VFhpnti2543xwlfBBvNEGKhQmrSBkTF7wjf5XZ4hbKKSFMSWyAfGfjGP/DHg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mZWe0F2GonJ693pAC1AQC3xHeTRA1tJbvnaLkuU7bNuSm02dnVp+iHKbuOd5fUIePCPVr5HQqatPMLOPZwHe8hQ77LcDo2sLJZ1GTFu/T3w1lXL336bh1rQ9zNzDRf9wSgFz7rZ9gNwFRfldA4zskqiuah1hdgAyoDiY53kVWTKBwKlsvwIXN6AWk1JzTAtu1nRhjS7a0AkyX0DA0axcBoa5b1eBRvSdEqDVkPVcIAYxsSNp4s/Klcqyt35TV62oJv6tvnwCpo4zzdQntbx67m6VOL6DsSq+2c9du/n+6mRvSAWEWvY1gKq3fVwNjQqgb6gp0q7vc8ffVHflhd28Zw==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev/>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdmNdefGHdWlhfZgRa6AdbAaAQaQiAACGEmgACV4XxA=
  • Thread-topic: Eclipse Platform Build

Gentle reminder!

 

From: Vishnu Sarath
Sent: Tuesday, May 23, 2023 7:26 PM
To: 'platform-dev@xxxxxxxxxxx' <platform-dev@xxxxxxxxxxx>
Cc: Vinod Appu <vinod.appu@xxxxxxxxxxx>
Subject: Eclipse Platform Build

 

Hi,

 

In order to fix the SUSE crash issue : https://github.com/eclipse-platform/eclipse.platform/issues/212 (which is a critical one for us), we are trying to build the eclipse.platform.swt and eclipse.platform.swt.binaries locally and add to our product (built using maven tycho plugin), rather than getting it from the eclipse repo. So could you please help me with proper documents to do SWT and platform specific binaries locally?

 

Basically we are trying to achieve the below thing:

  • Upgrade all the plugins from eclipse platform repo to latest version.
  • But keep swt and org.eclipse.swt.gtk.linux.x86_64 plugins to the one from eclipse platform 4.23 which is working perfectly in SUSE.

 

Thanks,

Vishnu  


Back to the top