Skip to content

Commit 83d02bd

Browse files
committed
Always use the the same nix shell for buildconfig verification
We may as well just initialize the most capable shell needed and use that for everything. Once it's initialized once, starting it up again is fast. Change-Id: I0c3ae004309b82d057f50ab066a4930c43b0be99
1 parent 55e0a58 commit 83d02bd

19 files changed

+27
-46
lines changed

buildconfigs/key_xor_test_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACKAGE_NAME=key_xor_test_app
77
export BUILD_COMMAND=(
88
nix
99
develop
10-
.#bazelRustShell
10+
.#githubBuildShell
1111
--command
1212
just
1313
build_key_xor_test_app

buildconfigs/oak_client_android_app.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export PACKAGE_NAME=oak_client_android_app
77
export BUILD_COMMAND=(
88
nix
99
develop
10+
.#githubBuildShell
1011
--command
1112
just
1213
oak_client_android_app

buildconfigs/oak_containers_agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACKAGE_NAME=oak_containers_agent
77
export BUILD_COMMAND=(
88
nix
99
develop
10-
.#systemImageShell
10+
.#githubBuildShell
1111
--command
1212
just
1313
oak_containers_agent

buildconfigs/oak_containers_kernel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACKAGE_NAME=oak_containers_kernel
77
export BUILD_COMMAND=(
88
nix
99
develop
10-
.#linuxKernelShell
10+
.#githubBuildShell
1111
--command
1212
just
1313
oak_containers_kernel

buildconfigs/oak_containers_nvidia_system_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACKAGE_NAME=oak_containers_nvidia_system_image
77
export BUILD_COMMAND=(
88
nix
99
develop
10-
.#systemImageShell
10+
.#githubBuildShell
1111
--command
1212
just
1313
oak_containers_nvidia_system_image

buildconfigs/oak_containers_orchestrator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACKAGE_NAME=oak_containers_orchestrator
77
export BUILD_COMMAND=(
88
nix
99
develop
10-
.#systemImageShell
10+
.#githubBuildShell
1111
--command
1212
just
1313
oak_containers_orchestrator

buildconfigs/oak_containers_stage1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACKAGE_NAME=oak_containers_stage1
77
export BUILD_COMMAND=(
88
nix
99
develop
10-
.#stage1Shell
10+
.#githubBuildShell
1111
--command
1212
just
1313
stage1_cpio

buildconfigs/oak_containers_syslogd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACKAGE_NAME=oak_containers_syslogd
77
export BUILD_COMMAND=(
88
nix
99
develop
10-
.#systemImageShell
10+
.#githubBuildShell
1111
--command
1212
just
1313
oak_containers_syslogd

buildconfigs/oak_containers_system_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACKAGE_NAME=oak_containers_system_image
77
export BUILD_COMMAND=(
88
nix
99
develop
10-
.#systemImageShell
10+
.#githubBuildShell
1111
--command
1212
just
1313
oak_containers_system_image

buildconfigs/oak_echo_enclave_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACKAGE_NAME=oak_echo_enclave_app
77
export BUILD_COMMAND=(
88
nix
99
develop
10-
.#bazelRustShell
10+
.#githubBuildShell
1111
--command
1212
just
1313
build_enclave_app

0 commit comments

Comments
 (0)