Skip to content
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

Use new caa location for launcher #132

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to the Zowe Launcher package will be documented in this file.
This repo is part of the app-server Zowe Component, and the change logs here may appear on Zowe.org in that section.

## 2.18.1
- Bugfix: HEAPPOOLS and HEAPPOOLS64 no longer need to be set to OFF for launcher (#132)

## 2.17.0
- Using configmgr to create the component list rather than zwe. (#117)

Expand Down
1 change: 1 addition & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ xlclang \
-D_OPEN_THREADS=1 \
-DNOIBMHTTP=1 \
-DLE_MAX_SUPPORTED_ZOS=0x01030100u \
-DNEW_CAA_LOCATIONS=1 \
-DUSE_ZOWE_TLS=1 \
-I "${LAUNCHER}/src/msg.h" \
-I "${DEPS_DESTINATION}/${COMMON}/h" \
Expand Down
Loading