Skip to content

Commit 2549b9a

Browse files
committed
Remove layer caching for now
1 parent 29b4a64 commit 2549b9a

File tree

3 files changed

+72
-72
lines changed

3 files changed

+72
-72
lines changed

.yarnrc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
enableGlobalCache: false
2-
31
nodeLinker: pnp
42

53
packageExtensions:

Dockerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ WORKDIR /usr/src/app
1010
COPY .yarn/releases .yarn/releases
1111
COPY .yarnrc.yml yarn.lock package.json ./
1212

13+
RUN yarn install --immutable
14+
1315
# Load the cache from the previous build
14-
RUN --mount=type=cache,target=/yarn-cache \
15-
rsync -a /yarn-cache/ .yarn/cache/ \
16-
&& yarn install --immutable \
17-
&& rsync -a .yarn/cache/ /yarn-cache
16+
#RUN --mount=type=cache,target=/yarn-cache \
17+
# rsync -a /yarn-cache/ .yarn/cache/ \
18+
# && yarn install --immutable \
19+
# && rsync -a .yarn/cache/ /yarn-cache
1820

1921
# # Remove rsync
2022
RUN apt-get remove -y rsync

yarn.lock

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,6 +2626,72 @@ __metadata:
26262626
languageName: node
26272627
linkType: hard
26282628

2629+
"@macrostrat/rockd-website@workspace:.":
2630+
version: 0.0.0-use.local
2631+
resolution: "@macrostrat/rockd-website@workspace:."
2632+
dependencies:
2633+
"@babel/core": "npm:^7.19.6"
2634+
"@babel/preset-env": "npm:^7.19.4"
2635+
"@babel/preset-typescript": "npm:^7.18.6"
2636+
"@blueprintjs/core": "npm:^5.10.2"
2637+
"@blueprintjs/table": "npm:^5.1.4"
2638+
"@loadable/component": "npm:^5.14.1"
2639+
"@macrostrat/color-utils": "npm:^1.0.0"
2640+
"@macrostrat/data-components": "npm:^0.2.0"
2641+
"@macrostrat/form-components": "npm:^0.1.2"
2642+
"@macrostrat/hyper": "npm:^3.0.6"
2643+
"@macrostrat/map-interface": "npm:^1.2.2"
2644+
"@macrostrat/map-styles": "npm:^1.1.1"
2645+
"@macrostrat/mapbox-react": "npm:^2.5.0"
2646+
"@macrostrat/mapbox-utils": "npm:^1.4.0"
2647+
"@macrostrat/revision-info-webpack": "npm:^1.0.0"
2648+
"@macrostrat/style-system": "npm:^0.2.0"
2649+
"@macrostrat/ui-components": "npm:^4.1.2"
2650+
"@mdx-js/rollup": "npm:^2.3.0"
2651+
"@supabase/postgrest-js": "npm:^1.11.0"
2652+
"@types/esprima": "npm:^4"
2653+
"@types/underscore": "npm:^1"
2654+
"@typescript-eslint/eslint-plugin": "npm:^6.3.0"
2655+
"@typescript-eslint/parser": "npm:^6.3.0"
2656+
"@universal-middleware/express": "npm:^0.0.2"
2657+
"@vitejs/plugin-react": "npm:^4.0.4"
2658+
"@yarnpkg/sdks": "npm:^3.1.0"
2659+
chroma-js: "npm:^2.4.2"
2660+
classnames: "npm:^2.2.6"
2661+
compression: "npm:^1.7.4"
2662+
cookie-parser: "npm:^1.4.6"
2663+
eslint-plugin-react-hooks: "npm:^4.6.2"
2664+
express: "npm:^4.18.2"
2665+
hex-to-css-filter: "npm:^5.4.0"
2666+
jose: "npm:^5.1.2"
2667+
mapbox-gl: "npm:^2.15.0"
2668+
new-github-issue-url: "npm:^1.0.0"
2669+
prettier: "npm:^2.7.1"
2670+
react: "npm:^18.3.0"
2671+
react-datepicker: "npm:^7.5.0"
2672+
react-dom: "npm:^18.3.0"
2673+
react-intersection-observer: "npm:^9.4.3"
2674+
react-redux: "npm:^7.2.0"
2675+
react-router: "npm:^6.8.2"
2676+
react-router-dom: "npm:^6.8.2"
2677+
react-router-hash-link: "npm:^2.4.3"
2678+
recharts: "npm:^2.13.0"
2679+
redux: "npm:^4.0.5"
2680+
sass: "npm:^1.49.0"
2681+
sirv: "npm:^2.0.3"
2682+
stylus: "npm:^0.55.0"
2683+
transition-hook: "npm:^1.5.2"
2684+
tsx: "npm:^4.11.2"
2685+
typescript: "npm:^5.1.6"
2686+
vike: "npm:^0.4.177"
2687+
vike-react: "npm:^0.4.15"
2688+
vite: "npm:^5.3.2"
2689+
vite-plugin-rewrite-all: "npm:^1.0.1"
2690+
vitest: "npm:^1.6.0"
2691+
zustand: "npm:^4.5.1"
2692+
languageName: unknown
2693+
linkType: soft
2694+
26292695
"@macrostrat/stratigraphy-utils@npm:^1.0.1":
26302696
version: 1.0.1
26312697
resolution: "@macrostrat/stratigraphy-utils@npm:1.0.1"
@@ -2708,72 +2774,6 @@ __metadata:
27082774
languageName: node
27092775
linkType: hard
27102776

2711-
"@macrostrat/web@workspace:.":
2712-
version: 0.0.0-use.local
2713-
resolution: "@macrostrat/web@workspace:."
2714-
dependencies:
2715-
"@babel/core": "npm:^7.19.6"
2716-
"@babel/preset-env": "npm:^7.19.4"
2717-
"@babel/preset-typescript": "npm:^7.18.6"
2718-
"@blueprintjs/core": "npm:^5.10.2"
2719-
"@blueprintjs/table": "npm:^5.1.4"
2720-
"@loadable/component": "npm:^5.14.1"
2721-
"@macrostrat/color-utils": "npm:^1.0.0"
2722-
"@macrostrat/data-components": "npm:^0.2.0"
2723-
"@macrostrat/form-components": "npm:^0.1.2"
2724-
"@macrostrat/hyper": "npm:^3.0.6"
2725-
"@macrostrat/map-interface": "npm:^1.2.2"
2726-
"@macrostrat/map-styles": "npm:^1.1.1"
2727-
"@macrostrat/mapbox-react": "npm:^2.5.0"
2728-
"@macrostrat/mapbox-utils": "npm:^1.4.0"
2729-
"@macrostrat/revision-info-webpack": "npm:^1.0.0"
2730-
"@macrostrat/style-system": "npm:^0.2.0"
2731-
"@macrostrat/ui-components": "npm:^4.1.2"
2732-
"@mdx-js/rollup": "npm:^2.3.0"
2733-
"@supabase/postgrest-js": "npm:^1.11.0"
2734-
"@types/esprima": "npm:^4"
2735-
"@types/underscore": "npm:^1"
2736-
"@typescript-eslint/eslint-plugin": "npm:^6.3.0"
2737-
"@typescript-eslint/parser": "npm:^6.3.0"
2738-
"@universal-middleware/express": "npm:^0.0.2"
2739-
"@vitejs/plugin-react": "npm:^4.0.4"
2740-
"@yarnpkg/sdks": "npm:^3.1.0"
2741-
chroma-js: "npm:^2.4.2"
2742-
classnames: "npm:^2.2.6"
2743-
compression: "npm:^1.7.4"
2744-
cookie-parser: "npm:^1.4.6"
2745-
eslint-plugin-react-hooks: "npm:^4.6.2"
2746-
express: "npm:^4.18.2"
2747-
hex-to-css-filter: "npm:^5.4.0"
2748-
jose: "npm:^5.1.2"
2749-
mapbox-gl: "npm:^2.15.0"
2750-
new-github-issue-url: "npm:^1.0.0"
2751-
prettier: "npm:^2.7.1"
2752-
react: "npm:^18.3.0"
2753-
react-datepicker: "npm:^7.5.0"
2754-
react-dom: "npm:^18.3.0"
2755-
react-intersection-observer: "npm:^9.4.3"
2756-
react-redux: "npm:^7.2.0"
2757-
react-router: "npm:^6.8.2"
2758-
react-router-dom: "npm:^6.8.2"
2759-
react-router-hash-link: "npm:^2.4.3"
2760-
recharts: "npm:^2.13.0"
2761-
redux: "npm:^4.0.5"
2762-
sass: "npm:^1.49.0"
2763-
sirv: "npm:^2.0.3"
2764-
stylus: "npm:^0.55.0"
2765-
transition-hook: "npm:^1.5.2"
2766-
tsx: "npm:^4.11.2"
2767-
typescript: "npm:^5.1.6"
2768-
vike: "npm:^0.4.177"
2769-
vike-react: "npm:^0.4.15"
2770-
vite: "npm:^5.3.2"
2771-
vite-plugin-rewrite-all: "npm:^1.0.1"
2772-
vitest: "npm:^1.6.0"
2773-
zustand: "npm:^4.5.1"
2774-
languageName: unknown
2775-
linkType: soft
2776-
27772777
"@mantine/core@npm:^4.2.1":
27782778
version: 4.2.12
27792779
resolution: "@mantine/core@npm:4.2.12"

0 commit comments

Comments
 (0)