Skip to content

Commit

Permalink
chore: Update privacysandbox/build-system submodule to `release-0.7…
Browse files Browse the repository at this point in the history
…7.0`.

Bug: 293918417
Change-Id: I917f4c978141be2cdb438e57cdbe85f34d9e296e
GitOrigin-RevId: efc0a8375b2969cf18489026c49b0b6ea54467c1
  • Loading branch information
peiwenhu authored and copybara-github committed Jan 23, 2025
1 parent 7987934 commit cde94b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions builders/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.77.0 (2025-01-13)


### Features

* Add environment variables specified by the environment variable BUILDER_CUSTOM_ENV_VARS in builder.sh

## 0.76.0 (2024-12-16)


Expand Down
1 change: 1 addition & 0 deletions builders/tools/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function builder::cbuild_al() {
shift
local -r cbuild="$(builder::get_tools_dir)"/cbuild
declare -a env_vars
IFS=':' read -r -a env_vars <<< "${BUILDER_CUSTOM_ENV_VARS}"
builder::add_aws_env_vars env_vars
declare env_args
for evar in "${env_vars[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion builders/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.76.0
0.77.0

0 comments on commit cde94b4

Please sign in to comment.