Skip to content

Commit

Permalink
Merge pull request #42 from coecms/update_clef
Browse files Browse the repository at this point in the history
Update clef. Change mksquashfs command args
  • Loading branch information
dsroberts committed Aug 16, 2023
2 parents e3400cf + 6bf46cb commit a174719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pushd "${CONDA_TEMP_PATH}"
### Don't need to think too hard, squashfs are read-only
chgrp -R "${APPS_USERS_GROUP}" squashfs-root

mksquashfs squashfs-root "${FULLENV}".sqsh -b 1M -no-recovery -noI -noD -noF -noX -processors 8 2>/dev/null
mksquashfs squashfs-root "${FULLENV}".sqsh -no-fragments -no-duplicates -no-sparse -no-exports -no-recovery -noI -noD -noF -noX -processors 8 2>/dev/null
### Stage this file and rename when we're ready
cp "${FULLENV}".sqsh "${BUILD_STAGE_DIR}"/"${FULLENV}".sqsh.tmp
set_apps_perms "${BUILD_STAGE_DIR}"/"${FULLENV}".sqsh.tmp
Expand Down
2 changes: 1 addition & 1 deletion scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencies:
- nchash
- umtools
- cosima-cookbook
- clef
- clef>=1.5.1 # pinning to make sure it updates
- nccmp
- coecms-util
- yamanifest
Expand Down

0 comments on commit a174719

Please sign in to comment.