Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Sproul
6954de6afd Tree states alpha release v4.2.990-exp 2023-06-27 17:34:41 +10:00
Michael Sproul
8dc374ec3d Temporarily disable ARM builds 2023-06-27 17:33:25 +10:00
7 changed files with 12 additions and 19 deletions

View File

@@ -23,22 +23,15 @@ jobs:
build:
name: Build Release
strategy:
# FIXME(sproul): fix xdelta build for ARM
matrix:
arch: [aarch64-unknown-linux-gnu,
aarch64-unknown-linux-gnu-portable,
x86_64-unknown-linux-gnu,
arch: [x86_64-unknown-linux-gnu,
x86_64-unknown-linux-gnu-portable,
x86_64-apple-darwin,
x86_64-apple-darwin-portable,
x86_64-windows,
x86_64-windows-portable]
include:
- arch: aarch64-unknown-linux-gnu
platform: ubuntu-latest
profile: maxperf
- arch: aarch64-unknown-linux-gnu-portable
platform: ubuntu-latest
profile: maxperf
- arch: x86_64-unknown-linux-gnu
platform: ubuntu-latest
profile: maxperf

8
Cargo.lock generated
View File

@@ -677,7 +677,7 @@ dependencies = [
[[package]]
name = "beacon_node"
version = "4.2.99-exp"
version = "4.2.990-exp"
dependencies = [
"beacon_chain",
"clap",
@@ -886,7 +886,7 @@ dependencies = [
[[package]]
name = "boot_node"
version = "4.2.99-exp"
version = "4.2.990-exp"
dependencies = [
"beacon_node",
"clap",
@@ -4087,7 +4087,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "lcli"
version = "4.2.99-exp"
version = "4.2.990-exp"
dependencies = [
"account_utils",
"beacon_chain",
@@ -4739,7 +4739,7 @@ dependencies = [
[[package]]
name = "lighthouse"
version = "4.2.99-exp"
version = "4.2.990-exp"
dependencies = [
"account_manager",
"account_utils",

View File

@@ -1,6 +1,6 @@
[package]
name = "beacon_node"
version = "4.2.99-exp"
version = "4.2.990-exp"
authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com"]
edition = "2021"

View File

@@ -1,6 +1,6 @@
[package]
name = "boot_node"
version = "4.2.99-exp"
version = "4.2.990-exp"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2021"

View File

@@ -17,8 +17,8 @@ pub const VERSION: &str = git_version!(
// NOTE: using --match instead of --exclude for compatibility with old Git
"--match=thiswillnevermatchlol"
],
prefix = "Lighthouse/v4.2.99-exp-",
fallback = "Lighthouse/v4.2.99-exp"
prefix = "Lighthouse/v4.2.990-exp-",
fallback = "Lighthouse/v4.2.990-exp"
);
/// Returns `VERSION`, but with platform information appended to the end.

View File

@@ -1,7 +1,7 @@
[package]
name = "lcli"
description = "Lighthouse CLI (modeled after zcli)"
version = "4.2.99-exp"
version = "4.2.990-exp"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2021"

View File

@@ -1,6 +1,6 @@
[package]
name = "lighthouse"
version = "4.2.99-exp"
version = "4.2.990-exp"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2021"
autotests = false