-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] --rpm does not actually build RPM artifact #1259
Comments
cc: @bbarani |
The same applies to |
Could run
Currently, we don't have arm64 rpm. We only have x64 rpm. We could build a single platform using |
@peterzhuamazon, to expand on @ananzh said. You can also run the following:
I think this is the command you are looking for, it will build specifically the RPM build. |
Build ARM64 for deb with the following commands: yarn build --deb --skip-archives yarn build --deb --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm --skip-archives yarn build --rpm --skip-archives --release Issue partially resolved: opensearch-project#1259 Signed-off-by: Kawika Avilla <[email protected]>
Build ARM64 for deb with the following commands: yarn build --deb --skip-archives yarn build --deb --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm --skip-archives yarn build --rpm --skip-archives --release Issue partially resolved: opensearch-project#1259 Signed-off-by: Kawika Avilla <[email protected]>
Just talked to the dashboards team member and have these outcomes: (@kavilla @ananzh @tianleh)
Thanks, |
Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: opensearch-project#1259 Signed-off-by: Kawika Avilla <[email protected]>
Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: opensearch-project#1259 Signed-off-by: Kawika Avilla <[email protected]>
Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: opensearch-project#1259 Signed-off-by: Kawika Avilla <[email protected]>
Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: opensearch-project#1259 Signed-off-by: Kawika Avilla <[email protected]>
* [Build] Build ARM64 for deb and rpm Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: #1259 Signed-off-by: Kawika Avilla <[email protected]>
* [Build] Build ARM64 for deb and rpm Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: #1259 Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit 5941044)
* [Build] Build ARM64 for deb and rpm Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: #1259 Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit 5941044) Co-authored-by: Kawika Avilla <[email protected]>
Using this on branch 1.x does not build .rpm package.
https://github.com/opensearch-project/OpenSearch-Dashboards/blob/1.x/src/dev/build/cli.ts
It will build tarball and put it to target folder:
....../OpenSearch-Dashboards/target/opensearch-dashboards-1.3.0-linux-x64.tar.gz
Also, there is no option to build arm64 rpm as well.
Thanks.
The text was updated successfully, but these errors were encountered: