Skip to content

Conversation

@Shillaker
Copy link
Collaborator

@Shillaker Shillaker commented Mar 16, 2022

  • We weren't actually using the env set up in the task.
  • Adding FAASM_BUILD_DIR in accordance with local dev setup.

@Shillaker Shillaker self-assigned this Mar 16, 2022
# This env makes sure we mount our local setup into the containers, rather
# than using the prebuilt binaries
env = copy(os.environ)
env["FAASM_BUILD_DIR"] = join(PROJ_ROOT, "dev/faasm/build")
Copy link
Collaborator Author

@Shillaker Shillaker Mar 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FAASM_BUILD_DIR would get set by bin/workon.sh which would pick up the native build dir, not this one.

@Shillaker Shillaker requested a review from csegarragonz March 16, 2022 13:38
@Shillaker Shillaker merged commit d3b30f8 into main Mar 16, 2022
@Shillaker Shillaker deleted the dev-cluster-fix branch March 16, 2022 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants